]> git.ozlabs.org Git - ccan/blobdiff - ccan/ntdb/test/helpapi-external-agent.c
ntdb: fix up tests.
[ccan] / ccan / ntdb / test / helpapi-external-agent.c
diff --git a/ccan/ntdb/test/helpapi-external-agent.c b/ccan/ntdb/test/helpapi-external-agent.c
deleted file mode 100644 (file)
index eb81399..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "external-agent.h"
-
-/* This isn't possible with via the ntdb API, but this makes it link. */
-enum agent_return external_agent_needs_rec(struct ntdb_context *ntdb)
-{
-       return FAILED;
-}