From cf7f4c4245fb6f5501d6dbb1ee67cc78f4a8429f Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Wed, 20 Jan 2021 15:21:59 +0100
Subject: [PATCH] removed unused variables

---
 app/Models/Result.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/Models/Result.php b/app/Models/Result.php
index f53b286e9..91b40fd4c 100644
--- a/app/Models/Result.php
+++ b/app/Models/Result.php
@@ -365,8 +365,6 @@ class Result
         }
 
         $parts = parse_url($link);
-        $host = null;
-        $path = null;
 
         $proxyUrl = "https://proxy.metager.de/";
 
-- 
GitLab