| Index: src/ia32/lithium-ia32.cc | 
| =================================================================== | 
| --- src/ia32/lithium-ia32.cc	(revision 6263) | 
| +++ src/ia32/lithium-ia32.cc	(working copy) | 
| @@ -677,13 +677,6 @@ | 
| } | 
|  | 
|  | 
| -LOperand* LChunkBuilder::Temp() { | 
| -  LUnallocated* operand = new LUnallocated(LUnallocated::NONE); | 
| -  allocator_->RecordTemporary(operand); | 
| -  return operand; | 
| -} | 
| - | 
| - | 
| LUnallocated* LChunkBuilder::TempRegister() { | 
| LUnallocated* operand = new LUnallocated(LUnallocated::MUST_HAVE_REGISTER); | 
| allocator_->RecordTemporary(operand); | 
|  |