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

Unified Diff: webrtc/base/winping.cc

Issue 1231653003: Removed some unused variables in Windows code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/win/cursor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/winping.cc
diff --git a/webrtc/base/winping.cc b/webrtc/base/winping.cc
index 7d6ee22a95b4bc47e5870777f8e4bb178913c897..fa8dfc2877ff784b7f14943ea70f8138736f63dc 100644
--- a/webrtc/base/winping.cc
+++ b/webrtc/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 | webrtc/modules/desktop_capture/win/cursor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698