mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 03:32:29 +00:00
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:
parent
f47bcb31e0
commit
58ba15dbe6
@ -55,6 +55,6 @@ private:
|
||||
typedef std::map<std::string, SectionStubMap> StubMap;
|
||||
StubMap Stubs;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
#endif // LLVM_RUNTIMEDYLDCHECKERIMPL_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user