From 20d1c6528c76242581e89c271679d35884d916dc Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Sun, 30 Mar 2014 15:08:23 +0400 Subject: parse-options: remove unused OPT_SET_PTR OPT_SET_PTR was never used since its creation at db7244bd (parse-options new features., 2007-11-07). Signed-off-by: Junio C Hamano --- t/t0040-parse-options.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 't') diff --git a/t/t0040-parse-options.sh b/t/t0040-parse-options.sh index 65606df3ed..a90c86bfa3 100755 --- a/t/t0040-parse-options.sh +++ b/t/t0040-parse-options.sh @@ -30,7 +30,6 @@ String options --string2 get another string --st get another string (pervert ordering) -o get another string - --default-string set string to default --list add str to list Magic arguments @@ -293,7 +292,7 @@ cat > expect < output 2> output.err && test_must_be_empty output.err && test_cmp expect output -- cgit v1.2.3