Merged revision 304 (removal of all `extern time_t curtime' in all plugins) to the...
[collectd.git] / src / hddtemp.c
index 4b749c1..64bd300 100644 (file)
@@ -61,8 +61,6 @@ static char *ds_def[] =
 };
 static int ds_num = 1;
 
-extern time_t curtime;
-
 typedef struct hddname
 {
        int major;