clamd/server.h: drop dead code (bb#1231)

git-svn: trunk@4254
This commit is contained in:
Tomasz Kojm
2008-10-13 10:02:18 +00:00
parent 048e43bde9
commit b1fa154b64
2 changed files with 4 additions and 8 deletions

View File

@@ -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)

View File

@@ -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;