oob/tcp: remove debug that should have never been commited
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
родитель
75e96004a4
Коммит
30298cc83c
@ -514,12 +514,10 @@ static int component_available(void)
|
||||
/* get the name for diagnostic purposes */
|
||||
opal_ifindextoname(i, name, sizeof(name));
|
||||
|
||||
#if 0
|
||||
/* ignore any virtual interfaces */
|
||||
if (0 == strncmp(name, "vir", 3)) {
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* handle include/exclude directives */
|
||||
if (NULL != interfaces) {
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user