summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/main.c b/zebra/main.c
index 00d853ea26..b0a19c5aa5 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -351,9 +351,6 @@ int main(int argc, char **argv)
*/
frr_config_fork();
- /* Clean up rib -- before fork (?) */
- /* rib_weed_tables (); */
-
/* After we have successfully acquired the pidfile, we can be sure
* about being the only copy of zebra process, which is submitting
* changes to the FIB.