From: George Kyriazis Date: Wed, 9 Nov 2016 22:31:21 +0000 (-0600) Subject: mesa: removed redundant #else X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c32318073385dc461b91e407394e57fb76748da8;p=mesa.git mesa: removed redundant #else Reviewed-by: Emil Velikov --- 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