diff options
author | Joas Schilling <coding@schilljs.com> | 2017-04-24 11:47:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 11:47:37 +0200 |
commit | 3d671cc536b1b472c746fd4ea8f60135f4935a44 (patch) | |
tree | 928a0fd4c13d609f5cadf32fd3271c465830a05a /apps/files_trashbin | |
parent | 8a1d3c7e877f143d211af259d08737c0d9aa8cfe (diff) | |
parent | c54a59d51eb924e77df6f6d2bb79ea466d169221 (diff) | |
download | nextcloud-server-3d671cc536b1b472c746fd4ea8f60135f4935a44.tar.gz nextcloud-server-3d671cc536b1b472c746fd4ea8f60135f4935a44.zip |
Merge pull request #4443 from nextcloud/cleanup-unused-imports
Remove unused use statements
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php b/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php index d366a401e2f..cd662b1fb5e 100644 --- a/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php +++ b/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php @@ -24,7 +24,6 @@ namespace OCA\Files_Trashbin\BackgroundJob; -use OCP\IConfig; use OCP\IUser; use OCP\IUserManager; use OCA\Files_Trashbin\AppInfo\Application; |