Commit 7a2cb108 authored by Daniel Schwen's avatar Daniel Schwen
Browse files

Remove unused variable (#1076)

parent fd6792c6
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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