removed platform_time.c + references

get_time_in_ns() should be used instead time_since_epoch_in_ms(). Having
both may be misleading and may lead to errors when interchanged.
This commit is contained in:
Martin Pulec
2023-08-08 11:26:10 +02:00
parent 6c431eff87
commit d17c5ea24c
13 changed files with 33 additions and 152 deletions

View File

@@ -52,7 +52,6 @@
#include <string_view>
#include <unordered_map>
#include "compat/platform_time.h"
#include "debug.h"
#include "host.h"
#include "utils/color_out.h"