dctran.c, remove unused variable 'del_before'
This commit is contained in:
parent
33b11f9598
commit
78efbcbff8
|
|
@ -39,7 +39,6 @@ extern struct dbcomm *dbs;
|
||||||
extern int add_bkpt(void);
|
extern int add_bkpt(void);
|
||||||
extern int sharedsync(double*, double*, double, double, double, int, int*, int);
|
extern int sharedsync(double*, double*, double, double, double, int, int*, int);
|
||||||
extern int ng_ident; /* for debugging */
|
extern int ng_ident; /* for debugging */
|
||||||
static double del_before; /* for debugging */
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define INIT_STATS() \
|
#define INIT_STATS() \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue