More warnings patrol: Another unused argument and more implicit
[oota-llvm.git] / include / llvm / Support / ValueHandle.h
index e6363ffea9809cf2a0849b6141d3252027f424b5..512a0ddba091293f4008471a2d09342383ce839a 100644 (file)
@@ -361,7 +361,7 @@ public:
   /// _before_ any of the uses have actually been replaced.  If WeakVH were
   /// implemented as a CallbackVH, it would use this method to call
   /// setValPtr(new_value).  AssertingVH would do nothing in this method.
-  virtual void allUsesReplacedWith(Value *new_value) {}
+  virtual void allUsesReplacedWith(Value *) {}
 };
 
 // Specialize simplify_type to allow CallbackVH to participate in