Remove noisy semicolon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112673 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2010-08-31 23:38:13 +00:00
parent 2ac6e2354a
commit 47b7efc082

View File

@ -143,7 +143,7 @@ namespace llvm {
public:
// Constructor to create an MCLineSection with an empty MCLineEntries
// vector.
MCLineSection(): MCLineEntries() {};
MCLineSection() {}
// addLineEntry - adds an entry to this MCLineSection's line entries
void addLineEntry(const MCLineEntry &LineEntry) {