From f5392b67b4a22cf3bbb42b5914b419e71b4fe858 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 Jan 2006 01:03:10 +0000 Subject: Turn TODO's into tickets and take out bad TODOs. --- common/server-mainloop.h | 1 - daemon/config.c | 2 -- daemon/rrd-update.c | 2 -- daemon/rrdbotd.c | 1 - 4 files changed, 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 #include -/* TODO: Abstract these headers away nicely */ #include #include -- cgit v1.2.3