]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/objects_build_without_features.c
ccanlint: remove argument to -k/--keep
[ccan] / tools / ccanlint / tests / objects_build_without_features.c
index 770dd475a3a6583ce1f60f9b804afb80cac37a58..ab3bbb0ab13438660f527be73cd4e302994740e2 100644 (file)
@@ -4,13 +4,12 @@
 #include "build.h"
 
 static void check_objs_build_without_features(struct manifest *m,
-                                             bool keep,
                                              unsigned int *timeleft,
                                              struct score *score)
 {
        const char *flags = talloc_asprintf(score, "%s %s",
                                            REDUCE_FEATURES_FLAGS, cflags);
-       build_objects(m, keep, score, flags, COMPILE_NOFEAT);
+       build_objects(m, score, flags, COMPILE_NOFEAT);
 }
 
 struct ccanlint objects_build_without_features = {