From: Kern Sibbald Date: Sun, 3 Sep 2017 08:30:14 +0000 (+0200) Subject: Remove unused variable to elimiate compiler warning X-Git-Tag: Release-9.0.4~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=91d836788ebb84a5c93eba7c33cf58265b64d125;p=bacula%2Fbacula Remove unused variable to elimiate compiler warning --- diff --git a/bacula/src/cats/sqlite.c b/bacula/src/cats/sqlite.c index 0832cc5369..edf680e274 100644 --- a/bacula/src/cats/sqlite.c +++ b/bacula/src/cats/sqlite.c @@ -170,7 +170,6 @@ bool BDB_SQLITE::bdb_open_database(JCR *jcr) int ret; int errstat; int retry = 0; - int64_t starttime; BDB_SQLITE *mdb = this; P(mutex);