From d95fde39248e8c4083c14788fe3a327a60611b47 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 20 Mar 2014 15:24:05 +0100 Subject: [PATCH] Removed comment --- apps/files_external/lib/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index f13b25b2e2..ffbab7bca8 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'); }