]> source.dussan.org Git - nextcloud-server.git/commitdiff
Removed comment
authorVincent Petry <pvince81@owncloud.com>
Thu, 20 Mar 2014 14:24:05 +0000 (15:24 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 20 Mar 2014 14:24:05 +0000 (15:24 +0100)
apps/files_external/lib/config.php

index f13b25b2e281408280ea2f0ce52c60e4c8905eaa..ffbab7bca80ec4dd2ccb42637ce34c4616046318 100755 (executable)
@@ -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');
                }