| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index cde2684a86c5be003ad21b0f60d3165e091040a1..55f13fe5d7904820334b353c9d52906f08dd728a 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -1376,9 +1376,3 @@ int HostProcessMain() {
|
| }
|
|
|
| } // namespace remoting
|
| -
|
| -#if !defined(OS_WIN)
|
| -int main(int argc, char** argv) {
|
| - return remoting::HostMain(argc, argv);
|
| -}
|
| -#endif // !defined(OS_WIN)
|
|
|