diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-03-06 00:34:29 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-03-06 00:34:29 +0100 |
commit | e36cede9947e47dac15e9b1d5643dd613085c1c3 (patch) | |
tree | dd1b648fd7f3373bff70bef56da3839925527d09 /apps/user_ldap | |
parent | 987db8e6c56ace702b7bfbfd76b661ae79df5c45 (diff) | |
download | nextcloud-server-e36cede9947e47dac15e9b1d5643dd613085c1c3.tar.gz nextcloud-server-e36cede9947e47dac15e9b1d5643dd613085c1c3.zip |
remove unused use statement
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/tests/Group_LDAPTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Group_LDAPTest.php b/apps/user_ldap/tests/Group_LDAPTest.php index 870dddf1bd8..cb5760e3171 100644 --- a/apps/user_ldap/tests/Group_LDAPTest.php +++ b/apps/user_ldap/tests/Group_LDAPTest.php @@ -39,7 +39,6 @@ use OCA\User_LDAP\Connection; use OCA\User_LDAP\Group_LDAP as GroupLDAP; use OCA\User_LDAP\ILDAPWrapper; use OCA\User_LDAP\User\Manager; -use function SebastianBergmann\GlobalState\functions; use Test\TestCase; /** |