[Sanitizer] Remove multiline comment to silence GCC warning. NFC.

llvm-svn: 229948
This commit is contained in:
Alexey Samsonov 2015-02-20 01:45:51 +00:00
parent 9c73c4aff2
commit 36afc349e8
1 changed files with 1 additions and 2 deletions

View File

@ -280,8 +280,7 @@ uptr ThreadSelf() {
# endif
return descr_addr;
}
#endif // (defined(__x86_64__) || defined(__i386__) || defined(__mips__)) \
// && SANITIZER_LINUX
#endif // (x86_64 || i386 || MIPS) && SANITIZER_LINUX
#if SANITIZER_FREEBSD
static void **ThreadSelfSegbase() {