mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
builtin_test: drop unused condstr
This commit is contained in:
parent
27d84ef8be
commit
3af40efdb1
1 changed files with 0 additions and 6 deletions
|
@ -23,12 +23,6 @@ enum
|
||||||
|
|
||||||
int builtin_test(parser_t &parser, wchar_t **argv);
|
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
|
namespace test_expressions
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue