summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/module_utils.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome_frame/module_utils.cc b/chrome_frame/module_utils.cc
index 7a78620..62f07b8 100644
--- a/chrome_frame/module_utils.cc
+++ b/chrome_frame/module_utils.cc
@@ -51,7 +51,6 @@ HMODULE DllRedirector::GetFirstCFModule() {
// 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));