diff options
Diffstat (limited to 'chrome/browser/process_singleton_win.cc')
-rw-r--r-- | chrome/browser/process_singleton_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc index 122e83d..960d6d8 100644 --- a/chrome/browser/process_singleton_win.cc +++ b/chrome/browser/process_singleton_win.cc @@ -160,7 +160,6 @@ bool ProcessLaunchNotification( return false; // Handle the WM_COPYDATA message from another process. - HWND hwnd = reinterpret_cast<HWND>(wparam); const COPYDATASTRUCT* cds = reinterpret_cast<COPYDATASTRUCT*>(lparam); CommandLine parsed_command_line(CommandLine::NO_PROGRAM); |