Index: chrome_frame/bind_context_info.cc |
=================================================================== |
--- chrome_frame/bind_context_info.cc (revision 47420) |
+++ chrome_frame/bind_context_info.cc (working copy) |
@@ -50,9 +50,6 @@ |
BindContextInfo* ret = NULL; |
stoyan
2010/05/19 18:54:49
Well, now ret variable is unused.
I though the DLO
|
hr = internal->GetCppObject(reinterpret_cast<void**>(info)); |
DCHECK_EQ(hr, S_OK); |
- DLOG_IF(ERROR, reinterpret_cast<void*>(ret) != |
- reinterpret_cast<void*>(internal.get())) |
- << "marshalling took place!"; |
} |
} else { |
DCHECK(FAILED(hr)); |