Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 24921) |
| +++ runtime/vm/object.h (working copy) |
| @@ -788,9 +788,6 @@ |
| // Check if this class represents the 'Function' class. |
| bool IsFunctionClass() const; |
| - // Check if this class represents the 'List' class. |
| - bool IsListClass() const; |
| - |
| // Check if this class represents a signature class. |
| bool IsSignatureClass() const { |
| return signature_function() != Object::null(); |