| Index: src/IceOperand.h | 
| diff --git a/src/IceOperand.h b/src/IceOperand.h | 
| index 08aed06c8577e128b911e1843abd7674c0fe9d1e..db03bba1db39e98532648fd14aa53504f966968f 100644 | 
| --- a/src/IceOperand.h | 
| +++ b/src/IceOperand.h | 
| @@ -75,13 +75,6 @@ public: | 
| dump(nullptr, Str); | 
| } | 
|  | 
| -  // Query whether this object was allocated in isolation, or added to | 
| -  // some higher-level pool.  This determines whether a containing | 
| -  // object's destructor should delete this object.  Generally, | 
| -  // constants are pooled globally, variables are pooled per-CFG, and | 
| -  // target-specific operands are not pooled. | 
| -  virtual bool isPooled() const { return false; } | 
| - | 
| virtual ~Operand() {} | 
|  | 
| protected: | 
|  |