summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ctdb/include/ctdb_private.h2
-rw-r--r--ctdb/server/ctdb_logging.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 8520b8e63de..022c10a4e70 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -670,8 +670,6 @@ struct lock_request *ctdb_lock_db(TALLOC_CTX *mem_ctx,
/* from ctdb_logging.c */
-extern const char *debug_extra;
-
bool ctdb_logging_init(TALLOC_CTX *mem_ctx, const char *logging,
const char *debug_level);
diff --git a/ctdb/server/ctdb_logging.c b/ctdb/server/ctdb_logging.c
index fdf0673308b..4c3706301f0 100644
--- a/ctdb/server/ctdb_logging.c
+++ b/ctdb/server/ctdb_logging.c
@@ -37,8 +37,6 @@
#include "common/common.h"
#include "common/logging.h"
-const char *debug_extra = "";
-
struct ctdb_log_state {
const char *prefix;
int fd, pfd;