]> granicus.if.org Git - llvm/commitdiff
Remove a superfluous semicolon
authorMartin Storsjo <martin@martin.st>
Fri, 20 Jul 2018 18:43:42 +0000 (18:43 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 20 Jul 2018 18:43:42 +0000 (18:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337599 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Demangle/MicrosoftDemangle.cpp

index 09892cf8993cf306989e1375f48caa6a0b949c80..c89f0cf80b7a896cc0f9eda5e69b5fbb8c054c94 100644 (file)
@@ -1067,7 +1067,7 @@ CallingConv Demangler::demangleCallingConvention() {
   }
 
   return CallingConv::None;
-};
+}
 
 StorageClass Demangler::demangleVariableStorageClass() {
   assert(std::isdigit(MangledName.front()));