| Index: chrome_frame/module_utils.cc
|
| ===================================================================
|
| --- chrome_frame/module_utils.cc (revision 55891)
|
| +++ chrome_frame/module_utils.cc (working copy)
|
| @@ -51,7 +51,6 @@
|
| // TODO(amit): Remove this in future versions.
|
| if (reinterpret_cast<HMODULE>(DefWindowProc) == oldest_module) {
|
| WNDCLASSEX wnd_class = {0};
|
| - HMODULE oldest_module = NULL;
|
| HWND hwnd = CreateWindow(kBeaconWindowClassName, L"temp_window",
|
| WS_POPUP, 0, 0, 0, 0, NULL, NULL, NULL, NULL);
|
| DCHECK(IsWindow(hwnd));
|
|
|