From: Martin Mares Date: Sat, 14 Jan 2012 09:55:40 +0000 (+0100) Subject: SLOT_SIZE is not used any longer X-Git-Tag: v1.2~14 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0bc5891c6dcd2c95792a6bd7153031f59f9e9d23;p=arexx.git SLOT_SIZE is not used any longer --- diff --git a/arexxd.c b/arexxd.c index 5ebf3b2..8030c03 100644 --- a/arexxd.c +++ b/arexxd.c @@ -83,7 +83,6 @@ static void log_pkt(char *fmt, ...) /*** RRD interface ***/ -#define SLOT_SIZE 10 // 10 seconds per averaging slot #define MAX_ARGS 20 #define MAX_ARG_SIZE 1024