MSVC: remove compiler __func__ define

No longer needed and exposes a bug in clang-format see: D4185
This commit is contained in:
2019-01-11 09:22:21 +11:00
parent 8b192e1a6a
commit 302970b7a5
4 changed files with 0 additions and 18 deletions

View File

@@ -50,10 +50,6 @@
# define SEP '/'
#endif
#if defined(_MSC_VER)
# define __func__ __FUNCTION__
#endif
/* -------------------------------------------------------------------- */
/* Utility functions */