remove unused variables

This commit is contained in:
rlar 2010-10-16 15:59:37 +00:00
parent d7a9d71a1a
commit 60caf347a3
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2010-10-16 Robert Larice
* src/frontend/rawfile.c :
remove unused variables
2010-10-16 Robert Larice
* src/frontend/aspice.h ,
* src/frontend/breakp.h ,

View File

@ -747,9 +747,8 @@ void
spar_write(char *name, struct plot *pl, double Rbaseval)
{
FILE *fp;
bool realflag = TRUE;
int length, numdims, dims[MAXDIMS];
int i, j, prec;
int length, numdims;
int i, prec;
struct dvec *v, *lv;
/* Why bother printing out an empty plot? */