summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/MC/MCDwarf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCDwarf.h b/include/llvm/MC/MCDwarf.h
index 99a341f507..dac875cf1b 100644
--- a/include/llvm/MC/MCDwarf.h
+++ b/include/llvm/MC/MCDwarf.h
@@ -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) {