Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit bc0cffa

Browse files
committed
Remove a superfluous semicolon
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337599 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 5f6eec8 commit bc0cffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Demangle/MicrosoftDemangle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ CallingConv Demangler::demangleCallingConvention() {
10671067
}
10681068

10691069
return CallingConv::None;
1070-
};
1070+
}
10711071

10721072
StorageClass Demangler::demangleVariableStorageClass() {
10731073
assert(std::isdigit(MangledName.front()));

0 commit comments

Comments
 (0)