Found a MUCH better way to store the UIDL's of
[citadel.git] / citadel / serv_network.h
index 92c2c83e43cf83c420111969eb063d212ea4b509..59902277cb0e13b52b65b6ca1395df0edb41cc68 100644 (file)
@@ -28,11 +28,6 @@ struct NetMap {
 };
 
 
-struct UseTable {
-       char ut_msgid[SIZ];
-       time_t ut_timestamp;
-};
-
 struct FilterList {
        struct FilterList *next;
        char fl_user[SIZ];