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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-14 18:55:43 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-02-14 18:55:43 +0300
commitd3d045dd5c5af5f29268727afe63f3c53d22af6c (patch)
treed9d972a389eab29dcf97e3e30d0fb292f2da5f03 /lib/public/Util.php
parent3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (diff)
Remove unused import statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public/Util.php')
-rw-r--r--lib/public/Util.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Util.php b/lib/public/Util.php
index 2fb6bdf491d..106107591c3 100644
--- a/lib/public/Util.php
+++ b/lib/public/Util.php
@@ -51,7 +51,6 @@
// use OCP namespace for all classes that are considered public.
// This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP;
-use DateTimeZone;
/**
* This class provides different helper functions to make the life of a developer easier