Merged revision 304 (removal of all `extern time_t curtime' in all plugins) to the...
[collectd.git] / src / cpufreq.c
index 7a6227b..001ccec 100644 (file)
@@ -43,8 +43,6 @@ static char *ds_def[] =
 };
 static int ds_num = 1;
 
-extern time_t curtime;
-
 #define BUFSIZE 256
 
 void cpufreq_init (void)