[cfe-commits] [libcxx] r151729 - /libcxx/trunk/include/cmath

David Chisnall csdavec at swan.ac.uk
Wed Feb 29 08:22:33 PST 2012


Author: theraven
Date: Wed Feb 29 10:22:33 2012
New Revision: 151729

URL: http://llvm.org/viewvc/llvm-project?rev=151729&view=rev
Log:
Remove a spurious #ifdef / #endif pair with nothing between them.


Modified:
    libcxx/trunk/include/cmath

Modified: libcxx/trunk/include/cmath
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/cmath?rev=151729&r1=151728&r2=151729&view=diff
==============================================================================
--- libcxx/trunk/include/cmath (original)
+++ libcxx/trunk/include/cmath Wed Feb 29 10:22:33 2012
@@ -646,10 +646,8 @@
 using ::float_t;
 using ::double_t;
 
-#ifndef __sun__
 // abs
 
-#endif // __sun__
 template <class _A1>
 inline _LIBCPP_INLINE_VISIBILITY
 typename enable_if<is_floating_point<_A1>::value, _A1>::type





More information about the cfe-commits mailing list