mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix VS2015 build errors in the binary distribution (issue #1692)
This commit is contained in:
@@ -85,7 +85,6 @@ size_t CefZipArchive::Load(CefRefPtr<CefStreamReader> stream,
|
||||
if (!reader->MoveToFirstFile())
|
||||
return 0;
|
||||
|
||||
CefRefPtr<CefZipFile> contents;
|
||||
FileMap::iterator it;
|
||||
size_t count = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user