Chromium Code Reviews| Index: runtime/vm/object.cc |
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
| index 86d461ac28b466c3ba800752a4cfa955947de53c..67c6639fe6a328304e117c29d2c524cca59cd9fc 100644 |
| --- a/runtime/vm/object.cc |
| +++ b/runtime/vm/object.cc |
| @@ -11040,10 +11040,6 @@ static const char* DescribeExternalLabel(uword addr) { |
| return "link native"; |
| } |
| - if (addr == reinterpret_cast<uword>(Symbols::PredefinedAddress())) { |
| - return "predefined symbols"; |
| - } |
| - |
| return "UNKNOWN"; |
| } |