ExecutionEngine: remove a stray semicolon

Detected via GCC 4.8 [-Wpedantic].

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213776 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool 2014-07-23 18:09:28 +00:00
parent f47bcb31e0
commit 58ba15dbe6

View File

@ -55,6 +55,6 @@ private:
typedef std::map<std::string, SectionStubMap> StubMap;
StubMap Stubs;
};
};
}
#endif // LLVM_RUNTIMEDYLDCHECKERIMPL_H