Author: kledzik
Date: Wed Jan 29 18:27:16 2014
New Revision: 200432

URL: http://llvm.org/viewvc/llvm-project?rev=200432&view=rev
Log:
[libunwind] remove stray conditional

Modified:
    libcxxabi/trunk/include/mach-o/compact_unwind_encoding.h

Modified: libcxxabi/trunk/include/mach-o/compact_unwind_encoding.h
URL: 
http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/include/mach-o/compact_unwind_encoding.h?rev=200432&r1=200431&r2=200432&view=diff
==============================================================================
--- libcxxabi/trunk/include/mach-o/compact_unwind_encoding.h (original)
+++ libcxxabi/trunk/include/mach-o/compact_unwind_encoding.h Wed Jan 29 
18:27:16 2014
@@ -265,8 +265,6 @@ enum {
 //
 
 
-#ifndef __OPEN_SOURCE__
-
 // ARM64
 //
 // 1-bit: start
@@ -333,8 +331,6 @@ enum {
 //    function.
 //
 
-#endif // __OPEN_SOURCE__
-
 
 
 


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

Reply via email to