ExecutionEngine: remove a stray semicolon
[oota-llvm.git] / 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