Remove a redundant branch

This commit is contained in:
Victor Zverovich
2020-05-22 14:14:57 -07:00
parent 8cadb96506
commit a7fb321ac6
2 changed files with 12 additions and 3 deletions

View File

@@ -173,7 +173,7 @@
# if FMT_GCC_VERSION && FMT_USE_CONSTEXPR
# define FMT_INLINE inline __attribute__((always_inline))
# else
# define FMT_INLINE
# define FMT_INLINE inline
# endif
#endif