| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 41dc35df6da8cfa88ca3d1f1f0104e2dc6351fdb..fef9c4c3443c63432b1361e031516fd91b3acf86 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -7644,8 +7644,6 @@ class Stacktrace : public Instance {
|
| const Array& pc_offset_array,
|
| Heap::Space space = Heap::kNew);
|
|
|
| - RawString* FullStacktrace() const;
|
| -
|
| // The argument 'max_frames' limits the number of printed frames.
|
| const char* ToCStringInternal(intptr_t* frame_index,
|
| intptr_t max_frames = kMaxInt32) const;
|
|
|