From b1fa154b64fde0a02ff755f9b72183aa589c00a1 Mon Sep 17 00:00:00 2001 From: Tomasz Kojm Date: Mon, 13 Oct 2008 10:02:18 +0000 Subject: [PATCH] clamd/server.h: drop dead code (bb#1231) git-svn: trunk@4254 --- ChangeLog | 4 ++++ clamd/server.h | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) 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;