about summary refs log tree commit diff stats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/log.h b/src/log.h
index 51e0994c..6cf175df 100644
--- a/src/log.h
+++ b/src/log.h
@@ -29,9 +29,6 @@
 #define PROF "prof"
 #define CONN "conn"
 
-// file log
-FILE *logp; 
-
 void log_init(void);
 void log_msg(const char * const area, const char * const msg);
 void log_close(void);