some changes to make things work on opensolaris 2008.05
[rrdtool.git] / src / rrd_info.c
index e0bcefa..5bfe9ff 100644 (file)
@@ -334,8 +334,6 @@ info_t   *rrd_info_r(
 void info_print(
     info_t *data)
 {
-    long      image_length = 0;
-
     while (data) {
         printf("%s = ", data->key);