Remove unused variable (#1076)
This commit is contained in:
@ -3959,7 +3959,7 @@ int Variable::special_function(char *word, char *contents, Tree **tree,
|
|||||||
double *argstack, int &nargstack, int ivar)
|
double *argstack, int &nargstack, int ivar)
|
||||||
{
|
{
|
||||||
bigint sx,sxx;
|
bigint sx,sxx;
|
||||||
double value,xvalue,sy,sxy;
|
double value,sy,sxy;
|
||||||
|
|
||||||
// word not a match to any special function
|
// word not a match to any special function
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user