Browse code

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

git-svn: trunk@4254

Tomasz Kojm authored on 2008/10/13 19:02:18
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Oct 13 12:22:02 CEST 2008 (tk)
2
+----------------------------------
3
+  * clamd/server.h: drop dead code (bb#1231)
4
+
1 5
 Mon Oct 13 12:09:28 CEST 2008 (tk)
2 6
 ----------------------------------
3 7
   * freshclam/manager.c: use HAVE_STRINGS_H (bb#1230)
... ...
@@ -34,14 +34,6 @@ struct thrarg {
34 34
     const struct cl_limits *limits;
35 35
 };
36 36
 
37
-struct thrsession {
38
-    pthread_mutex_t mutex;
39
-    short int active;
40
-    pthread_t id;
41
-    time_t start;
42
-    int desc;
43
-} *ths;
44
-
45 37
 /* thread watcher arguments */
46 38
 struct thrwarg {
47 39
     int socketd;