aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/config/symbol.c')
-rw-r--r--scripts/config/symbol.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/config/symbol.c b/scripts/config/symbol.c
index 5c6f540314..b1dd9be29d 100644
--- a/scripts/config/symbol.c
+++ b/scripts/config/symbol.c
@@ -1250,11 +1250,6 @@ struct symbol *sym_check_deps(struct symbol *sym)
sym->flags &= ~SYMBOL_CHECK;
}
-#ifdef WARN_RECURSIVE_DEP
- if (sym2 && sym2 == sym)
- sym2 = NULL;
-#endif
-
return sym2;
}