remove unused variable

This commit is contained in:
Axel Kohlmeyer
2016-08-04 16:34:17 -04:00
parent f4f8ce57a5
commit a19ea3ee5e

View File

@ -594,7 +594,7 @@ void Input::substitute(char *&str, char *&str2, int &max, int &max2, int flag)
int Input::expand_args(int narg, char **arg, int mode, char **&earg)
{
int n,iarg,index,nlo,nhi,nmax,which,expandflag,icompute,ifix;
int n,iarg,index,nlo,nhi,nmax,expandflag,icompute,ifix;
char *ptr1,*ptr2,*str;
ptr1 = NULL;