Remove unused parameter warnings.
authorBill Wendling <isanbard@gmail.com>
Thu, 11 Jun 2009 20:10:02 +0000 (20:10 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 11 Jun 2009 20:10:02 +0000 (20:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73202 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/ExecutionEngine.h

index 0d171f6764d0b6064d5c71c341a12d1617ce0cdb..170e18477a71f0bf026631c51333c9f534ffdd9e 100644 (file)
@@ -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.