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 - 1 file changed, 1 deletion(-) (limited to 'common/server-mainloop.h') 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(); -- cgit v1.2.3