X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_fetch.c;h=994c03c9858c0b718235f53bf62a6477fbddbad4;hb=40cc8b00296079815f08c2ff55f134efae83ea69;hp=b419f536a01c01376097f7df4e7f726a5fb35c83;hpb=fe9e42840cd23de01465e48a2ab6e9ac337dfed2;p=rrdtool.git diff --git a/src/rrd_fetch.c b/src/rrd_fetch.c index b419f53..994c03c 100644 --- a/src/rrd_fetch.c +++ b/src/rrd_fetch.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.99907080300 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_fetch.c read date from an rrd to use for further processing ***************************************************************************** @@ -420,7 +420,6 @@ int rrd_fetch_fn( rrd_set_error("fetching cdp from rra"); goto err_free_data; } - #ifdef DEBUG fprintf(stderr, "post fetch %li -- ", i); for (ii = 0; ii < *ds_cnt; ii++)