summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/replace/replace-testsuite.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-05-16 00:04:35 +1000
committerMichael Adam <obnox@samba.org>2014-06-20 23:38:09 +0200
commit91274d97a644ece172ad99937967cec3d7258b0e (patch)
tree1c1ab78aa1fd026cc2adae9450e8e56bccc98d5c /ctdb/lib/replace/replace-testsuite.h
parent1e927a93224549fa9464fb0dc2fc69941483a76c (diff)
downloadsamba-91274d97a644ece172ad99937967cec3d7258b0e.tar.gz
samba-91274d97a644ece172ad99937967cec3d7258b0e.tar.xz
samba-91274d97a644ece172ad99937967cec3d7258b0e.zip
ctdb-build: Remove duplicate replace library
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'ctdb/lib/replace/replace-testsuite.h')
-rw-r--r--ctdb/lib/replace/replace-testsuite.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ctdb/lib/replace/replace-testsuite.h b/ctdb/lib/replace/replace-testsuite.h
deleted file mode 100644
index b28dbec067..0000000000
--- a/ctdb/lib/replace/replace-testsuite.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __LIB_REPLACE_REPLACE_TESTSUITE_H__
-#define __LIB_REPLACE_REPLACE_TESTSUITE_H__
-
-#include <stdbool.h>
-struct torture_context;
-
-bool torture_local_replace(struct torture_context *ctx);
-
-#endif /* __LIB_REPLACE_REPLACE_TESTSUITE_H__ */
-