]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_relevant.c
tools: use tal instead of talloc.
[ccan] / tools / ccanlint / tests / examples_relevant.c
index 66dee27e65c427cc91bd4f67a5a7e1b04fe7f292..ad718db3a54cf5a566d677f8e24e265082b58560 100644 (file)
@@ -1,6 +1,5 @@
 #include <tools/ccanlint/ccanlint.h>
 #include <tools/tools.h>
-#include <ccan/talloc/talloc.h>
 #include <ccan/str/str.h>
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -15,7 +14,6 @@
 #include <ctype.h>
 
 static void examples_relevant_check(struct manifest *m,
-                                   bool keep,
                                    unsigned int *timeleft,
                                    struct score *score)
 {