aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/ocs
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-03-03 00:31:33 -0600
committerMorris Jobke <hey@morrisjobke.de>2017-03-03 00:31:33 -0600
commitd85a351e7777d646e129dd2644355c6dc030f4b1 (patch)
treeff19cd730612f1d4c4325339cac8e3afa7154fbb /lib/private/legacy/ocs
parent53195b156c68082f1e02e45ba2a266c15ef1bcaa (diff)
downloadnextcloud-server-d85a351e7777d646e129dd2644355c6dc030f4b1.tar.gz
nextcloud-server-d85a351e7777d646e129dd2644355c6dc030f4b1.zip
Cleanup not used legacy classes
* Person was removed via #2170 * other lcasses/interfaces are not used at all Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/legacy/ocs')
-rw-r--r--lib/private/legacy/ocs/person.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/private/legacy/ocs/person.php b/lib/private/legacy/ocs/person.php
deleted file mode 100644
index bd01639a737..00000000000
--- a/lib/private/legacy/ocs/person.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/**
- * @copyright Copyright (c) 2016, ownCloud, Inc.
- *
- * @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Müller <thomas.mueller@tmit.eu>
- *
- * @license AGPL-3.0
- *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License, version 3,
- * along with this program. If not, see <http://www.gnu.org/licenses/>
- *
- */
-
-/**
- * @deprecated Since 9.1.0 use \OC\OCS\Person
- */
-class OC_OCS_Person extends \OC\OCS\Person {
-}