diff options
| -rw-r--r-- | common/server-mainloop.h | 1 | ||||
| -rw-r--r-- | daemon/config.c | 2 | ||||
| -rw-r--r-- | daemon/rrd-update.c | 2 | ||||
| -rw-r--r-- | daemon/rrdbotd.c | 1 | 
4 files changed, 0 insertions, 6 deletions
| diff --git a/common/server-mainloop.h b/common/server-mainloop.h index ceff28d..098ef44 100644 --- a/common/server-mainloop.h +++ b/common/server-mainloop.h @@ -10,7 +10,6 @@  #define SERVER_WRITE      0x02  typedef void (*server_socket_callback)(int fd, int type, void* arg); -/* TODO: We should declare our own time type: 'mstime' */  typedef int (*server_timer_callback)(uint64_t when, void* arg);  void    server_init(); 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> | 
