Merged revision 304 (removal of all `extern time_t curtime' in all plugins) to the...
[collectd.git] / src / traffic.c
index 66f2b13..5a276a8 100644 (file)
@@ -45,8 +45,6 @@ static char *ds_def[] =
 };
 static int ds_num = 2;
 
-extern time_t curtime;
-
 void traffic_init (void)
 {
 #ifdef HAVE_LIBKSTAT