mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 10:50:39 +02:00
mesa: removed redundant #else
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
44c5ed02d1
commit
c323180733
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue