From ab1f9db6b3af46d627f8222718a074cbf79c9769 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Mon, 8 Jun 2009 17:19:59 +0200 Subject: [PATCH] Remove unused L_LOCK logdomain --- src/logger.c | 2 +- src/logger.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/logger.c b/src/logger.c index 8c246ada..2d998054 100644 --- a/src/logger.c +++ b/src/logger.c @@ -34,7 +34,7 @@ static int threshold; static int console; static char *logfilename; static FILE *logfile; -static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "lock" }; +static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event" }; static int diff --git a/src/logger.h b/src/logger.h index 05da27a2..cf470cc1 100644 --- a/src/logger.h +++ b/src/logger.h @@ -18,9 +18,7 @@ /* libevent logging */ #define L_EVENT 10 -/* Will go away */ -#define L_LOCK 11 -#define N_LOGDOMAINS 12 +#define N_LOGDOMAINS 11 /* Severities */ #define E_FATAL 0