]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/test/tdb1-logging.h
tdb2: make tdb1_open use attributes for logging, hash function.
[ccan] / ccan / tdb2 / test / tdb1-logging.h
diff --git a/ccan/tdb2/test/tdb1-logging.h b/ccan/tdb2/test/tdb1-logging.h
deleted file mode 100644 (file)
index 128ec7f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef TDB_TEST_LOGGING_H
-#define TDB_TEST_LOGGING_H
-#include <ccan/tdb2/tdb1.h>
-#include <stdbool.h>
-
-extern bool suppress_logging;
-extern const char *log_prefix;
-extern struct tdb1_logging_context taplogctx;
-
-#endif /* TDB_TEST_LOGGING_H */