summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-11-11 16:43:44 +1100
committerMartin Schwenke <martins@samba.org>2015-11-16 00:46:15 +0100
commit0fffdc1901a7773d60111ad74aadec34741403e1 (patch)
tree0b10fba56134ea2692cb179ca3b15e8fa62c5824 /ctdb/include
parent27bc80cf6a6b3a3c27b5b4553bfb529bd83a1da2 (diff)
downloadsamba-0fffdc1901a7773d60111ad74aadec34741403e1.tar.gz
ctdb-daemon: Remove unused ctdb_logging.[ch]
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_logging.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/ctdb/include/ctdb_logging.h b/ctdb/include/ctdb_logging.h
deleted file mode 100644
index da36ae086fb..00000000000
--- a/ctdb/include/ctdb_logging.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- ctdb logging code
-
- Copyright (C) Andrew Tridgell 2008
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef _CTDB_LOGGING_H_
-#define _CTDB_LOGGING_H_
-
-#include <stdbool.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <talloc.h>
-
-#include "common/logging.h"
-
-const char *get_debug_by_level(int32_t level);
-bool parse_debug(const char *str, int32_t *level);
-void print_debug_levels(FILE *stream);
-
-#endif /* _CTDB_LOGGING_H_ */