diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-02-14 16:55:43 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-02-14 16:55:43 +0100 |
commit | d3d045dd5c5af5f29268727afe63f3c53d22af6c (patch) | |
tree | d9d972a389eab29dcf97e3e30d0fb292f2da5f03 /lib/public/Util.php | |
parent | 3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (diff) | |
download | nextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.tar.gz nextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.zip |
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.php | 1 |
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 |