From 0e481f8aaf5faf0aed4cf5ea9bdbb7d458d9efdc Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 18 Jan 2019 22:38:31 +0100 Subject: nxcomp: fix unused variable --- nxcomp/src/Timestamp.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'nxcomp') diff --git a/nxcomp/src/Timestamp.cpp b/nxcomp/src/Timestamp.cpp index 4a9dd3347..273f2823b 100644 --- a/nxcomp/src/Timestamp.cpp +++ b/nxcomp/src/Timestamp.cpp @@ -49,7 +49,6 @@ std::string strTimestamp(const T_timestamp &ts) std::string ret; char ctime_now[26] = { }; - bool err = true; #if HAVE_CTIME_S errno_t retval = ::ctime_s(ctime_now, sizeof(ctime_now), static_cast(&ts.tv_sec)); -- cgit v1.2.3