| Index: runtime/vm/raw_object.cc
|
| ===================================================================
|
| --- runtime/vm/raw_object.cc (revision 26047)
|
| +++ runtime/vm/raw_object.cc (working copy)
|
| @@ -772,14 +772,6 @@
|
| }
|
|
|
|
|
| -intptr_t RawDartFunction::VisitDartFunctionPointers(
|
| - RawDartFunction* raw_obj, ObjectPointerVisitor* visitor) {
|
| - // Function (defined in core library) is an abstract class.
|
| - UNREACHABLE();
|
| - return 0;
|
| -}
|
| -
|
| -
|
| intptr_t RawStacktrace::VisitStacktracePointers(RawStacktrace* raw_obj,
|
| ObjectPointerVisitor* visitor) {
|
| // Make sure that we got here with the tagged pointer as this.
|
|
|