]> git.ozlabs.org Git - ccan/blobdiff - ccan/grab_file/_info
grab_file: don't use str_talloc for tests.
[ccan] / ccan / grab_file / _info
index 1f6e00d73067d7fb94fc1d0130b4ee3d67dd0499..1db4c2956f99d7b164673ad08598028b926f7c80 100644 (file)
@@ -48,10 +48,6 @@ int main(int argc, char *argv[])
                printf("ccan/noerr\n");
                return 0;
        }
-       if (strcmp(argv[1], "testdepends") == 0) {
-               printf("ccan/str_talloc\n");
-               return 0;
-       }
 
        return 1;
 }