mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix Lint broken by b662a4577d
This commit is contained in:
@@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
||||||
enum TimePrecision
|
enum TimePrecision
|
||||||
{
|
{
|
||||||
PRECISION_SECONDS,
|
PRECISION_SECONDS,
|
||||||
@@ -33,7 +32,6 @@ enum TimePrecision
|
|||||||
PRECISION_NANO
|
PRECISION_NANO
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
inline std::string getTimestamp()
|
inline std::string getTimestamp()
|
||||||
{
|
{
|
||||||
time_t t = time(NULL);
|
time_t t = time(NULL);
|
||||||
|
Reference in New Issue
Block a user