]> git.ipfire.org Git - thirdparty/git.git/blobdiff - test-parse-options.c
parse-options: remove unused OPT_SET_PTR
[thirdparty/git.git] / test-parse-options.c
index 10da63e8702a90eca7caee7bb3564669597503db..5dabce60f363430d3800bdadc77b3617abbcbfb6 100644 (file)
@@ -59,8 +59,6 @@ int main(int argc, char **argv)
                OPT_STRING(0, "st", &string, "st", "get another string (pervert ordering)"),
                OPT_STRING('o', NULL, &string, "str", "get another string"),
                OPT_NOOP_NOARG(0, "obsolete"),
-               OPT_SET_PTR(0, "default-string", &string,
-                       "set string to default", "default"),
                OPT_STRING_LIST(0, "list", &list, "str", "add str to list"),
                OPT_GROUP("Magic arguments"),
                OPT_ARGUMENT("quux", "means --quux"),