chore(Core/Common): delete macro UNUSED (#6119)

This commit is contained in:
Kargatum
2021-06-01 22:22:29 +07:00
committed by GitHub
parent 501f5e2702
commit d398c34c61
5 changed files with 6 additions and 8 deletions

View File

@@ -104,8 +104,6 @@
#define SZFMTD "%" PRIuPTR
#define UNUSED(x) (void)(x)
typedef std::int64_t int64;
typedef std::int32_t int32;
typedef std::int16_t int16;