mesa: removed redundant #else

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
George Kyriazis
2016-11-09 16:31:21 -06:00
committed by Tim Rowley
parent 44c5ed02d1
commit c323180733

View File

@@ -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