| Index: runtime/vm/bootstrap.h
|
| diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
|
| index 323dc970753ed1f4e039de470e8496eafeca8596..843cf721b3288c42acbe863546b8146fa5d14ae4 100644
|
| --- a/runtime/vm/bootstrap.h
|
| +++ b/runtime/vm/bootstrap.h
|
| @@ -22,7 +22,6 @@ class Bootstrap : public AllStatic {
|
| static const char* corelib_source_paths_[];
|
| static const char* collection_source_paths_[];
|
| static const char* collection_dev_source_paths_[];
|
| - static const char* crypto_source_paths_[];
|
| static const char* isolate_source_paths_[];
|
| static const char* json_source_paths_[];
|
| static const char* math_source_paths_[];
|
|
|