Fix Lint broken by b662a4577d692329b9ca83525e6039f2ddcd1ac1

This commit is contained in:
Loic Blot 2017-04-29 09:47:22 +02:00
parent 1ecc8756bc
commit ecf08255b0
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <time.h>
#include <string>
enum TimePrecision
{
PRECISION_SECONDS,
@ -33,7 +32,6 @@ enum TimePrecision
PRECISION_NANO
};
inline std::string getTimestamp()
{
time_t t = time(NULL);