diff options
author | George Kyriazis <[email protected]> | 2016-11-09 16:31:21 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-11-21 12:44:46 -0600 |
commit | c32318073385dc461b91e407394e57fb76748da8 (patch) | |
tree | c2a383109115b3bf4b0a0803d8c762770f4f661b /src/util/macros.h | |
parent | 44c5ed02d1b173c061c3188e245d384fd4c0abba (diff) |
mesa: removed redundant #else
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/util/macros.h')
-rw-r--r-- | src/util/macros.h | 1 |
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 |