Commit 7cd86402 authored by Eric Roman's avatar Eric Roman Committed by Commit Bot

Remove unused variable.

Change-Id: Ia96ee91c0097b2f5dac45c7a83d10643481f9ed5
Reviewed-on: https://chromium-review.googlesource.com/c/1332188Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Eric Roman <eroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607459}
parent 62ec722a
...@@ -56,7 +56,6 @@ bool IsLinkLocalIP(const GURL& url) { ...@@ -56,7 +56,6 @@ bool IsLinkLocalIP(const GURL& url) {
return false; return false;
} }
base::StringPiece host(url.host());
IPAddress ip_address; IPAddress ip_address;
if (!ip_address.AssignFromIPLiteral(url.HostNoBracketsPiece())) if (!ip_address.AssignFromIPLiteral(url.HostNoBracketsPiece()))
return false; return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment