You've already forked mariadb-columnstore-engine
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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user