diff options
-rw-r--r-- | proto/static/static.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ }; |