Chromium Code Reviews

Unified Diff: base/winping.cc

Issue 1214713005: Removed some unused variables in Windows code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git@master
Patch Set: Rebase. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | modules/desktop_capture/win/cursor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/winping.cc
diff --git a/base/winping.cc b/base/winping.cc
index 7d6ee22a95b4bc47e5870777f8e4bb178913c897..fa8dfc2877ff784b7f14943ea70f8138736f63dc 100644
--- a/base/winping.cc
+++ b/base/winping.cc
@@ -124,7 +124,6 @@ const char * const ICMP_CREATE_FUNC = "IcmpCreateFile";
const char * const ICMP_CLOSE_FUNC = "IcmpCloseHandle";
const char * const ICMP_SEND_FUNC = "IcmpSendEcho";
const char * const ICMP6_CREATE_FUNC = "Icmp6CreateFile";
-const char * const ICMP6_CLOSE_FUNC = "Icmp6CloseHandle";
const char * const ICMP6_SEND_FUNC = "Icmp6SendEcho2";
inline uint32 ReplySize(uint32 data_size, int family) {
« no previous file with comments | « no previous file | modules/desktop_capture/win/cursor.cc » ('j') | no next file with comments »

Powered by Google App Engine