]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/test/run.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / opt / test / run.c
index 9a769bad12d1a5dca1d74a1db2db1c2e16fd57b3..0bf043c1912a05695402ee1e3ceafb4fcf496510 100644 (file)
@@ -6,15 +6,6 @@
 #include <ccan/opt/parse.c>
 #include "utils.h"
 
 #include <ccan/opt/parse.c>
 #include "utils.h"
 
-static void reset_options(void)
-{
-       free(opt_table);
-       opt_table = NULL;
-       opt_count = opt_num_short = opt_num_short_arg = opt_num_long = 0;
-       free(err_output);
-       err_output = NULL;
-}
-
 int main(int argc, char *argv[])
 {
        const char *myname = argv[0];
 int main(int argc, char *argv[])
 {
        const char *myname = argv[0];