diff --git a/proto/static/static.c b/proto/static/static.c index f34996bd..9216d82b 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 */ };