util: remove redundant check for the __clang__ macro
authorVlad Golovkin <vlad.golovkin.mail@gmail.com>
Tue, 6 Feb 2018 13:48:00 +0000 (06:48 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 6 Feb 2018 22:23:26 +0000 (15:23 -0700)
commitd919ff0f279b6007809220dc43af26fc25435356
tree04f0dc0da047e380ad0924066a81104bfad3eccd
parent77bc74e674e39a65b79b804367e97d567963bb43
util: remove redundant check for the __clang__ macro

Clang defines __GNUC__ macro, so one doesn't need to check __clang__
macro in this particular case.

v2: added comment as per Brian Paul's suggestion

Reviewed-by: Brian Paul <brianp@vmware.com>
src/util/macros.h