1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-1775 Remove warning on unused var

This commit is contained in:
Andrew Hutchings
2018-10-08 09:20:46 +01:00
parent 6a72b28bab
commit 47fbf62bfe

View File

@@ -3674,7 +3674,6 @@ ReturnedColumn* buildFunctionColumn(
{ {
sign = -1; sign = -1;
} }
Item_func_add_time* addtime = (Item_func_add_time*)ifp;
sptp.reset(new ParseTree(new ConstantColumn(sign))); sptp.reset(new ParseTree(new ConstantColumn(sign)));
funcParms.push_back(sptp); funcParms.push_back(sptp);
} }