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 {