[msan] Remove an extra #ifdef.

__has_feature is always defined at this point.

llvm-svn: 173920
This commit is contained in:
Evgeniy Stepanov 2013-01-30 09:56:11 +00:00
parent 21cdc848f4
commit 5725e5b715
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ using __sanitizer::u32;
extern "C" {
#endif
#if defined(__has_feature) && __has_feature(memory_sanitizer)
#if __has_feature(memory_sanitizer)
/* Returns a string describing a stack origin.
Return NULL if the origin is invalid, or is not a stack origin. */
SANITIZER_INTERFACE_ATTRIBUTE