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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to