Commit 0e481f8a authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxcomp: fix unused variable

parent 47134293
......@@ -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<const time_t*>(&ts.tv_sec));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment