diff --git a/ChangeLog b/ChangeLog index 8f9997e79..d29d591b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 13 12:22:02 CEST 2008 (tk) +---------------------------------- + * clamd/server.h: drop dead code (bb#1231) + Mon Oct 13 12:09:28 CEST 2008 (tk) ---------------------------------- * freshclam/manager.c: use HAVE_STRINGS_H (bb#1230) diff --git a/clamd/server.h b/clamd/server.h index 266aef74e..bc00e184b 100644 --- a/clamd/server.h +++ b/clamd/server.h @@ -34,14 +34,6 @@ struct thrarg { const struct cl_limits *limits; }; -struct thrsession { - pthread_mutex_t mutex; - short int active; - pthread_t id; - time_t start; - int desc; -} *ths; - /* thread watcher arguments */ struct thrwarg { int socketd;