Remove unnecessary assert

We are only interested in asterisks and column names. Everything
else - integers, floating point numbers, strings, etc. - is of
no interest and not an error.
This commit is contained in:
Johan Wikman 2017-09-07 11:16:32 +03:00
parent 0d5d67a050
commit 19407a09f8

View File

@ -1117,10 +1117,6 @@ public:
}
}
}
else
{
ss_dassert(!true);
}
if (zColumn)
{