| Index: runtime/vm/isolate.h
|
| ===================================================================
|
| --- runtime/vm/isolate.h (revision 45808)
|
| +++ runtime/vm/isolate.h (working copy)
|
| @@ -129,8 +129,6 @@
|
| static Isolate* Init(const char* name_prefix, bool is_vm_isolate = false);
|
| void Shutdown();
|
|
|
| - Isolate* ShallowCopy();
|
| -
|
| // Register a newly introduced class.
|
| void RegisterClass(const Class& cls);
|
| void RegisterClassAt(intptr_t index, const Class& cls);
|
| @@ -680,7 +678,6 @@
|
|
|
| private:
|
| Isolate();
|
| - explicit Isolate(Isolate* original);
|
|
|
| void BuildName(const char* name_prefix);
|
| void PrintInvokedFunctions();
|
|
|