[libcxxabi] r228664 - unwind: clean up some stray semicolons

Saleem Abdulrasool compnerd at compnerd.org
Mon Feb 9 19:43:31 PST 2015


Author: compnerd
Date: Mon Feb  9 21:43:31 2015
New Revision: 228664

URL: http://llvm.org/viewvc/llvm-project?rev=228664&view=rev
Log:
unwind: clean up some stray semicolons

Clean up some stray semicolons found by GCC 4.9 -Wpedantic.  NFC.

Modified:
    libcxxabi/trunk/src/Unwind/CompactUnwinder.hpp
    libcxxabi/trunk/src/Unwind/UnwindCursor.hpp

Modified: libcxxabi/trunk/src/Unwind/CompactUnwinder.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/Unwind/CompactUnwinder.hpp?rev=228664&r1=228663&r2=228664&view=diff
==============================================================================
--- libcxxabi/trunk/src/Unwind/CompactUnwinder.hpp (original)
+++ libcxxabi/trunk/src/Unwind/CompactUnwinder.hpp Mon Feb  9 21:43:31 2015
@@ -688,6 +688,6 @@ int CompactUnwinder_arm64<A>::stepWithCo
 }
 
 
-}; // namespace libunwind
+} // namespace libunwind
 
 #endif // __COMPACT_UNWINDER_HPP__

Modified: libcxxabi/trunk/src/Unwind/UnwindCursor.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/Unwind/UnwindCursor.hpp?rev=228664&r1=228663&r2=228664&view=diff
==============================================================================
--- libcxxabi/trunk/src/Unwind/UnwindCursor.hpp (original)
+++ libcxxabi/trunk/src/Unwind/UnwindCursor.hpp Mon Feb  9 21:43:31 2015
@@ -1310,6 +1310,6 @@ bool UnwindCursor<A, R>::getFunctionName
                                          buf, bufLen, offset);
 }
 
-}; // namespace libunwind
+} // namespace libunwind
 
 #endif // __UNWINDCURSOR_HPP__





More information about the cfe-commits mailing list