diff options
author | etienneb@chromium.org <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-07 07:12:01 +0000 |
---|---|---|
committer | etienneb@chromium.org <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-07 07:12:01 +0000 |
commit | ed06585e387e8fd1abaf4f0b78483affef59c9b4 (patch) | |
tree | 7dc687fac8d27605fa0b44829b40bfd754a823c1 | |
parent | d9a537e25cea7eaf53d7bfbd354012cdee627edf (diff) | |
download | chromium_src-ed06585e387e8fd1abaf4f0b78483affef59c9b4.zip chromium_src-ed06585e387e8fd1abaf4f0b78483affef59c9b4.tar.gz chromium_src-ed06585e387e8fd1abaf4f0b78483affef59c9b4.tar.bz2 |
Remove unused variable declaration.
This issue was found by a linter.
R=koz@chromium.org,davemoore@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/22469003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216122 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/profiles/profile_manager.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc index 2282013..05aca49 100644 --- a/chrome/browser/profiles/profile_manager.cc +++ b/chrome/browser/profiles/profile_manager.cc @@ -358,7 +358,6 @@ Profile* ProfileManager::GetLastUsedProfile( base::FilePath ProfileManager::GetLastUsedProfileDir( const base::FilePath& user_data_dir) { base::FilePath last_used_profile_dir(user_data_dir); - std::string last_used_profile; PrefService* local_state = g_browser_process->local_state(); DCHECK(local_state); |