ExecutionEngine: remove a stray semicolon
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 23 Jul 2014 18:09:28 +0000 (18:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 23 Jul 2014 18:09:28 +0000 (18:09 +0000)
Detected via GCC 4.8 [-Wpedantic].

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213776 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h

index 62e8dcb8ab6125b9d0d7633fc114e78126ebc123..8adde62448a6fb8f0f05c229d08281c6a383b9a0 100644 (file)
@@ -55,6 +55,6 @@ private:
   typedef std::map<std::string, SectionStubMap> StubMap;
   StubMap Stubs;
 };
-};
+}
 
 #endif // LLVM_RUNTIMEDYLDCHECKERIMPL_H