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-07 22:39:54 +0100 |
commit | a358c4d81fc213ed4bf8b03d0ecdc0273ca390be (patch) | |
tree | 4b9adf3b5dd4b2fc82b2ade360b70aa0f2440428 /apps/user_ldap | |
parent | 5c21e94db8ba88b907a3bd95af9715cfe964cb54 (diff) | |
download | nextcloud-server-a358c4d81fc213ed4bf8b03d0ecdc0273ca390be.tar.gz nextcloud-server-a358c4d81fc213ed4bf8b03d0ecdc0273ca390be.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; /** |