diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/config.c | 2 | ||||
-rw-r--r-- | daemon/rrd-update.c | 2 | ||||
-rw-r--r-- | daemon/rrdbotd.c | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/daemon/config.c b/daemon/config.c index ca64514..3d7814d 100644 --- a/daemon/config.c +++ b/daemon/config.c @@ -45,8 +45,6 @@ #include "stringx.h" #include "rrdbotd.h" -/* TODO: Put file names in all the parsing error messages */ - /* * These routines parse the configuration files and setup the in memory * data structures. They're mostly run before becoming a daemon, and just diff --git a/daemon/rrd-update.c b/daemon/rrd-update.c index b4be997..d088e07 100644 --- a/daemon/rrd-update.c +++ b/daemon/rrd-update.c @@ -110,8 +110,6 @@ void rb_rrd_update(rb_poller *poll) optind = 0; opterr = 0; - /* TODO: We need support for @ to specify when these values occurred */ - argv[0] = "rrdupdate"; argv[1] = poll->rrdname; argv[2] = "-t"; diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c index f9952bb..8ee9c1c 100644 --- a/daemon/rrdbotd.c +++ b/daemon/rrdbotd.c @@ -42,7 +42,6 @@ #include <stdarg.h> #include <syslog.h> -/* TODO: Abstract these headers away nicely */ #include <bsnmp/asn1.h> #include <bsnmp/snmp.h> |