builtin_test: drop unused condstr

This commit is contained in:
David Adam (zanchey) 2013-07-29 17:59:38 +08:00
parent 27d84ef8be
commit 3af40efdb1

View file

@ -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
{