Remove unused variable (#1076)

This commit is contained in:
Daniel Schwen
2018-08-23 12:31:27 -06:00
parent fd6792c6be
commit 7a2cb10864

View File

@ -3959,7 +3959,7 @@ int Variable::special_function(char *word, char *contents, Tree **tree,
double *argstack, int &nargstack, int ivar)
{
bigint sx,sxx;
double value,xvalue,sy,sxy;
double value,sy,sxy;
// word not a match to any special function