Clean up compiler warnings.

This commit is contained in:
Andrew Johnson
2018-01-04 17:59:09 -06:00
parent 207efca15c
commit 34145e459b

View File

@@ -265,7 +265,6 @@ void RefMonitor::current()
void RefMonitor::show(const RefSnapshot &snap, bool complete)
{
epicsTime now(epicsTime::getCurrent());
char buf[80];
epicsTime::getCurrent().strftime(buf, sizeof(buf), "%a %b %d %Y %H:%M:%S.%f");
buf[sizeof(buf)-1] = '\0';