diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-03-20 15:24:05 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-03-20 15:24:05 +0100 |
commit | d95fde39248e8c4083c14788fe3a327a60611b47 (patch) | |
tree | b4c73044e2f49dfa017667e248f12e81ca6cc07f | |
parent | 1e4e0cfcd5ddbcb09a17a03d7525d8f3b8ce002f (diff) | |
download | nextcloud-server-d95fde39248e8c4083c14788fe3a327a60611b47.tar.gz nextcloud-server-d95fde39248e8c4083c14788fe3a327a60611b47.zip |
Removed comment
-rwxr-xr-x | apps/files_external/lib/config.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index f13b25b2e28..ffbab7bca80 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -700,8 +700,6 @@ class OC_Mount_Config { * Returns the encryption cipher */ private static function getCipher() { - // note: not caching this to make it thread safe as we'll use - // a different IV for each password if (!class_exists('Crypt_AES', false)) { include('Crypt/AES.php'); } |