Chromium Code Reviews| Index: runtime/bin/loader.h |
| diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h |
| index bab237bb01be9afccd6a4995755c4b5890354d72..792ea45ec8153c16ed41120fdf96af7472e323e9 100644 |
| --- a/runtime/bin/loader.h |
| +++ b/runtime/bin/loader.h |
| @@ -38,7 +38,6 @@ class Loader { |
| IsolateData* isolate_data_; |
| // Remember the first error that occurs during loading. |
| Dart_Handle error_; |
| - |
| // This monitor is used to protect the pending operations count and the |
| // I/O result queue. |
| Monitor* monitor_; |