]> git.ozlabs.org Git - ccan/blobdiff - ccan/ntdb/test/helprun-external-agent.h
ccan/ntdb: demote to junkcode.
[ccan] / ccan / ntdb / test / helprun-external-agent.h
diff --git a/ccan/ntdb/test/helprun-external-agent.h b/ccan/ntdb/test/helprun-external-agent.h
deleted file mode 100644 (file)
index 1261041..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "external-agent.h"
-#include "../private.h"
-
-enum agent_return external_agent_needs_rec(struct ntdb_context *ntdb)
-{
-       return ntdb_needs_recovery(ntdb) ? SUCCESS : FAILED;
-}