]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build.h
ccanlint: get rid of separate class of compulsory tests.
[ccan] / tools / ccanlint / compulsory_tests / build.h
diff --git a/tools/ccanlint/compulsory_tests/build.h b/tools/ccanlint/compulsory_tests/build.h
deleted file mode 100644 (file)
index 04140bf..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef CCANLINT_BUILD_H
-#define CCANLINT_BUILD_H
-char *build_module(struct manifest *m, bool keep, enum compile_type ctype,
-                  char **errstr);
-char *build_submodule(struct manifest *m, const char *flags,
-                     enum compile_type ctype);
-void build_objects(struct manifest *m,
-                  bool keep, struct score *score, const char *flags,
-                  enum compile_type ctype);
-#endif /* CCANLINT_BUILD_H */