| Index: runtime/vm/exceptions.h
|
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h
|
| index 89f062c06691e0354e638c9ffcfda7adfd9c6626..86e32617159544986c76a3ba5deeaa5b19389f8a 100644
|
| --- a/runtime/vm/exceptions.h
|
| +++ b/runtime/vm/exceptions.h
|
| @@ -84,8 +84,6 @@ class Exceptions : AllStatic {
|
| // otherwise returns a RawError.
|
| static RawObject* Create(ExceptionType type, const Array& arguments);
|
|
|
| - static void PrintStackTraceAndAbort(const char* reason);
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(Exceptions);
|
| };
|
|
|