Chromium Code Reviews| Index: runtime/bin/socket.h |
| =================================================================== |
| --- runtime/bin/socket.h (revision 35342) |
| +++ runtime/bin/socket.h (working copy) |
| @@ -282,11 +282,6 @@ |
| static intptr_t GetSocketIdNativeField(Dart_Handle socket); |
| private: |
| - static dart::Mutex* mutex_; |
| - static int service_ports_size_; |
| - static Dart_Port* service_ports_; |
| - static int service_ports_index_; |
| - |
| DISALLOW_ALLOCATION(); |
| DISALLOW_IMPLICIT_CONSTRUCTORS(Socket); |
| }; |