]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/test/run-usage.c
opt: complete coverage, enhance opt_free_table.
[ccan] / ccan / opt / test / run-usage.c
index 2af2c7eebab773c770f21f7ae4a63bce81cfe97e..fa1dc64c112fe46dc36e02cc4b140de50681372c 100644 (file)
@@ -14,13 +14,6 @@ static char *my_cb(void *p)
        return NULL;
 }
 
-static void reset_options(void)
-{
-       free(opt_table);
-       opt_table = NULL;
-       opt_count = opt_num_short = opt_num_short_arg = opt_num_long = 0;
-}
-
 /* Test helpers. */
 int main(int argc, char *argv[])
 {