Global: Remove compatibility formatting define for size_t

Given the use of fmt, we can trivially remove the remaining usages of
this define and remove it from the Global header.
This commit is contained in:
Lioncash 2019-10-19 06:39:44 -04:00
parent 7f6ac632f1
commit 93dacd4231
1 changed files with 1 additions and 7 deletions

View File

@ -30,14 +30,8 @@
#if !defined(S_ISLNK)
#define S_ISLNK(m) 0
#endif
#endif // _MSC_VER
#define PRISize "Iu"
#else
#define PRISize "zu"
#endif
// clang-format off
#ifndef AT_PRETTY_FUNCTION
# if defined(__PRETTY_FUNCTION__) || defined(__GNUC__)