aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/macros.h b/src/util/macros.h
index 733bf42cddd..6f55ac667dd 100644
--- a/src/util/macros.h
+++ b/src/util/macros.h
@@ -178,7 +178,6 @@ do { \
# elif defined(_MSC_VER) && !defined(__INTEL_COMPILER)
# if _MSC_VER >= 1800
# define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T)
-# else
# endif
# endif
# ifndef HAS_TRIVIAL_DESTRUCTOR