remove custom timestamp stuff from logger wrapper

This commit is contained in:
Alexey Rybalchenko
2018-01-16 13:56:19 +01:00
committed by Mohammad Al-Turany
parent a3393e600e
commit a91c481abf
5 changed files with 23 additions and 37 deletions

View File

@@ -17,8 +17,4 @@
#include <Logger.h>
using timestamp_t = unsigned long long;
timestamp_t get_timestamp();
#endif /* FAIRMQLOGGER_H_ */