Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
orzFly committed Mar 27, 2014
1 parent eec96b8 commit 70950b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Wox.Plugin.System/SuggestionSources/Google.cs
Expand Up @@ -33,7 +33,6 @@ public override List<string> GetSuggestions(string query)
var results = json[1] as JContainer;
if (results != null)
{
var j = results.OfType<JValue>().Select(o => o.Value);
return results.OfType<JValue>().Select(o => o.Value).OfType<string>().ToList();
}
}
Expand Down

0 comments on commit 70950b8

Please sign in to comment.