daemon: Let all command line options override global options from the config.
[collectd.git] / src / daemon / collectd.h
index 8fb2945..500bba2 100644 (file)
@@ -316,7 +316,6 @@ typedef uint64_t cdtime_t;
 
 extern char     hostname_g[];
 extern cdtime_t interval_g;
-extern int      pidfile_from_cli;
 extern int      timeout_g;
 
 #endif /* COLLECTD_H */