]> git.ozlabs.org Git - ccan/blobdiff - ccan/htable/test/run-copy.c
Remove unused main() args in many modules.
[ccan] / ccan / htable / test / run-copy.c
index 02d5bbe46856daef1689c784152bee6c218ea806..2bc1778614e1146fb4e96e0ac188c47d5ef9c10f 100644 (file)
@@ -17,7 +17,7 @@ static bool cmp(const void *candidate, void *ptr)
        return *(const uint64_t *)candidate == *(const uint64_t *)ptr;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct htable ht, ht2;
        uint64_t val[NUM_VALS], i;