From f4a0a64e02c13b2b467f9c1a29222f817b54ce2d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 21:00:25 +0000 Subject: Static protocol doesn't need any shutdown function. Everything gets disposed by the core: neighbors, rte's, etc's... --- proto/static/static.c | 1 - 1 file changed, 1 deletion(-) (limited to 'proto/static') diff --git a/proto/static/static.c b/proto/static/static.c index f34996b..9216d82 100644 --- a/proto/static/static.c +++ b/proto/static/static.c @@ -156,5 +156,4 @@ struct protocol proto_static = { init: static_init, dump: static_dump, start: static_start, - /* FIXME: We'll need a shutdown function here */ }; -- cgit v1.2.3