chiark / gitweb /
cleanup: remove redundant "init_module" declarations
[secnet.git] / log.c
diff --git a/log.c b/log.c
index 16ed60a1cb24a074fa11c1c05905a8e3125132d9..f4ef8000605c866121031ecb4babf2965c2aa1ff 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);