From 1de623f2d7413081fe196d943ebae18b0a1b0ec4 Mon Sep 17 00:00:00 2001 From: "eroman@chromium.org" Date: Thu, 1 Apr 2010 21:15:47 +0000 Subject: Remove a dead line of code. BUG=None Test=None Review URL: http://codereview.chromium.org/1541010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43386 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/network_change_notifier_linux.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'net/base') diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h index 91d73e8..83e63a0 100644 --- a/net/base/network_change_notifier_linux.h +++ b/net/base/network_change_notifier_linux.h @@ -44,9 +44,6 @@ class NetworkChangeNotifierLinux // recv() would block. Otherwise, it returns a net error code. int ReadNotificationMessage(char* buf, size_t len); - // Handles the netlink message and notifies the observers. - void HandleNotifications(const char* buf, size_t len); - ObserverList observers_; int netlink_fd_; // This is the netlink socket descriptor. -- cgit v1.1