From 3af40efdb1e9799a14931eacdc4a4ee7703cf951 Mon Sep 17 00:00:00 2001 From: "David Adam (zanchey)" Date: Mon, 29 Jul 2013 17:59:38 +0800 Subject: [PATCH] builtin_test: drop unused condstr --- builtin_test.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/builtin_test.cpp b/builtin_test.cpp index 7f1792f11..1cf798960 100644 --- a/builtin_test.cpp +++ b/builtin_test.cpp @@ -23,12 +23,6 @@ enum int builtin_test(parser_t &parser, wchar_t **argv); -static const wchar_t * const condstr[] = -{ - L"!", L"&&", L"||", L"==", L"!=", L"<", L">", L"-nt", L"-ot", L"-ef", L"-eq", - L"-ne", L"-lt", L"-gt", L"-le", L"-ge", L"=~" -}; - namespace test_expressions {