| Index: runtime/vm/bootstrap.h
|
| diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
|
| index ddb7d74877edfea99d99545709856694a14ce595..b066c229ed81949d57b5035f35d9af69898de88c 100644
|
| --- a/runtime/vm/bootstrap.h
|
| +++ b/runtime/vm/bootstrap.h
|
| @@ -30,7 +30,6 @@ class Bootstrap : public AllStatic {
|
| static const char* json_source_paths_[];
|
| static const char* math_source_paths_[];
|
| static const char* mirrors_source_paths_[];
|
| - static const char* profiler_source_paths_[];
|
| static const char* typed_data_source_paths_[];
|
| static const char* utf_source_paths_[];
|
| static const char* vmservice_source_paths_[];
|
| @@ -45,7 +44,6 @@ class Bootstrap : public AllStatic {
|
| static const char* isolate_patch_paths_[];
|
| static const char* math_patch_paths_[];
|
| static const char* mirrors_patch_paths_[];
|
| - static const char* profiler_patch_paths_[];
|
| static const char* typed_data_patch_paths_[];
|
| };
|
|
|
|
|