Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-20 09:22:03 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-20 09:22:03 +0300
commita56dd591f25f8049aca5791d4dce5372ec0eb78b (patch)
tree2b8bb9c61cfdaf9122316b52a9e777864a4d4cab /lib
parent0faedbe64b89cfa68821199df52f448222dede7a (diff)
Remove unused import
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/Http/ProxyDownloadResponse.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Http/ProxyDownloadResponse.php b/lib/Http/ProxyDownloadResponse.php
index 6476701e9..c8af04ee3 100644
--- a/lib/Http/ProxyDownloadResponse.php
+++ b/lib/Http/ProxyDownloadResponse.php
@@ -24,7 +24,6 @@ declare(strict_types=1);
namespace OCA\Mail\Http;
-use DateInterval;
use DateTime;
use OC;
use OCP\AppFramework\Http\DownloadResponse;