]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/build_objs.c
ccanlint: compile and run tests.
[ccan] / tools / ccanlint / tests / build_objs.c
index 199772ab8f1d08614d57eec52b2fea811a9e44fb..dc6e4d358f7d11c166754c406615dbabeb81cf11 100644 (file)
@@ -16,8 +16,6 @@
 
 static const char *can_build(struct manifest *m)
 {
-       if (list_empty(&m->c_files))
-               return "No C files in module";
        if (safe_mode)
                return "Safe mode enabled";
        return NULL;