Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: runtime/bin/file_win.cc

Issue 619723004: Fix following compiler warnings: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/file_win.cc
===================================================================
--- runtime/bin/file_win.cc (revision 40822)
+++ runtime/bin/file_win.cc (working copy)
@@ -509,7 +509,6 @@
char* File::GetCanonicalPath(const char* pathname) {
- struct _stat st;
const wchar_t* system_name = StringUtils::Utf8ToWide(pathname);
HANDLE file_handle = CreateFileW(
system_name,
« no previous file with comments | « runtime/bin/crypto_win.cc ('k') | runtime/vm/os_win.cc » ('j') | runtime/vm/stub_code_ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698