From c09ade4bafb3b94ab8a1e2a3252e373faa759c01 Mon Sep 17 00:00:00 2001 From: "etienneb@chromium.org" Date: Wed, 21 Aug 2013 23:28:59 +0000 Subject: Remove unused variable declaration. This issue was found by a linter. R=gauravsh@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/23241007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218861 0039d316-1c4b-4281-b951-d872f2087c98 --- chromeos/network/network_profile.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chromeos') diff --git a/chromeos/network/network_profile.cc b/chromeos/network/network_profile.cc index bfdfd90..f01b268 100644 --- a/chromeos/network/network_profile.cc +++ b/chromeos/network/network_profile.cc @@ -10,7 +10,6 @@ namespace chromeos { std::string NetworkProfile::ToDebugString() const { - std::string result; if (type() == NetworkProfile::TYPE_SHARED) { return base::StringPrintf("NetworkProfile(SHARED, %s)", path.c_str()); -- cgit v1.1