aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/ISession.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/ISession.php')
-rw-r--r--lib/public/ISession.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/public/ISession.php b/lib/public/ISession.php
index 3e3fc0e39f8..2709e09d4ca 100644
--- a/lib/public/ISession.php
+++ b/lib/public/ISession.php
@@ -27,13 +27,6 @@ declare(strict_types=1);
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
-/**
- * Public interface of ownCloud for apps to use.
- * Session interface
- *
- */
-
// 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