mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix Lint broken by b662a4577d
This commit is contained in:
parent
1ecc8756bc
commit
ecf08255b0
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue