| Index: remoting/host/win/host_service.h
|
| diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h
|
| index ed49f5f82ea1ab5c23c1d888c317e21475225ff3..5ff5a79ac0c54e3b33f156f7a7dd481c87710e12 100644
|
| --- a/remoting/host/win/host_service.h
|
| +++ b/remoting/host/win/host_service.h
|
| @@ -100,9 +100,6 @@ class HostService : public WtsConsoleMonitor {
|
| // The action routine to be executed.
|
| int (HostService::*run_routine_)();
|
|
|
| - // The service name.
|
| - std::wstring service_name_;
|
| -
|
| // The service status handle.
|
| SERVICE_STATUS_HANDLE service_status_handle_;
|
|
|
|
|