mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Remove unused parameter warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c997d45ae5
commit
5e0644c73e
@ -243,7 +243,7 @@ public:
|
||||
}
|
||||
|
||||
// The JIT overrides a version that actually does this.
|
||||
virtual void runJITOnFunction(Function *F, MachineCodeInfo *MCI = 0) { }
|
||||
virtual void runJITOnFunction(Function *, MachineCodeInfo * = 0) { }
|
||||
|
||||
/// getGlobalValueAtAddress - Return the LLVM global value object that starts
|
||||
/// at the specified address.
|
||||
|
Loading…
x
Reference in New Issue
Block a user