mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
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:
parent
2ac6e2354a
commit
47b7efc082
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user