cleanup: remove redundant "init_module" declarations
[secnet] / log.c
diff --git a/log.c b/log.c
index 16ed60a..f4ef800 100644 (file)
--- a/log.c
+++ b/log.c
@@ -555,7 +555,6 @@ void log_from_fd(int fd, cstring_t prefix, struct log_if *log)
                      prefix);
 }
 
-init_module log_module;
 void log_module(dict_t *dict)
 {
     add_closure(dict,"logfile",logfile_apply);