diff options
m--------- | 3rdparty | 0 | ||||
-rw-r--r-- | lib/private/archive/tar.php | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/3rdparty b/3rdparty -Subproject 24a1c13088119fd070a3233b47457b60426418f +Subproject 7534a6a2b7549cc5db0a7f32749d962bfe9b2d3 diff --git a/lib/private/archive/tar.php b/lib/private/archive/tar.php index 31715c4778b..61b37c2542a 100644 --- a/lib/private/archive/tar.php +++ b/lib/private/archive/tar.php @@ -6,8 +6,6 @@ * See the COPYING-README file. */ -require_once OC::$THIRDPARTYROOT . '/3rdparty/Archive/Tar.php'; - class OC_Archive_TAR extends OC_Archive { const PLAIN = 0; const GZIP = 1; |