| Index: src/objects-debug.cc
 | 
| diff --git a/src/objects-debug.cc b/src/objects-debug.cc
 | 
| index 9c03dcc2eacb4cd93b782e9520a99740fabbcf12..0f54e49347328b4900de29eb5393dd2a50219c45 100644
 | 
| --- a/src/objects-debug.cc
 | 
| +++ b/src/objects-debug.cc
 | 
| @@ -957,13 +957,6 @@ void ObjectTemplateInfo::ObjectTemplateInfoVerify() {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -void SignatureInfo::SignatureInfoVerify() {
 | 
| -  CHECK(IsSignatureInfo());
 | 
| -  VerifyPointer(receiver());
 | 
| -  VerifyPointer(args());
 | 
| -}
 | 
| -
 | 
| -
 | 
|  void TypeSwitchInfo::TypeSwitchInfoVerify() {
 | 
|    CHECK(IsTypeSwitchInfo());
 | 
|    VerifyPointer(types());
 | 
| 
 |