unwind: clean up some stray semicolons

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

llvm-svn: 228664
This commit is contained in:
Saleem Abdulrasool 2015-02-10 03:43:31 +00:00
parent 1dd9f685f4
commit 10abd2ad1c
2 changed files with 2 additions and 2 deletions

View File

@ -688,6 +688,6 @@ int CompactUnwinder_arm64<A>::stepWithCompactEncodingFrame(
}
}; // namespace libunwind
} // namespace libunwind
#endif // __COMPACT_UNWINDER_HPP__

View File

@ -1310,6 +1310,6 @@ bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen,
buf, bufLen, offset);
}
}; // namespace libunwind
} // namespace libunwind
#endif // __UNWINDCURSOR_HPP__