From 78efbcbff8d71fc881f9cc7636840216ed9e302a Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 14 Aug 2016 18:10:04 +0200 Subject: [PATCH] dctran.c, remove unused variable 'del_before' --- src/spicelib/analysis/dctran.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spicelib/analysis/dctran.c b/src/spicelib/analysis/dctran.c index 4966fd177..f43189898 100644 --- a/src/spicelib/analysis/dctran.c +++ b/src/spicelib/analysis/dctran.c @@ -39,7 +39,6 @@ extern struct dbcomm *dbs; extern int add_bkpt(void); extern int sharedsync(double*, double*, double, double, double, int, int*, int); extern int ng_ident; /* for debugging */ -static double del_before; /* for debugging */ #endif #define INIT_STATS() \