Removed comment

This commit is contained in:
Vincent Petry 2014-03-20 15:24:05 +01:00
parent 1e4e0cfcd5
commit d95fde3924
1 changed files with 0 additions and 2 deletions

View File

@ -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');
}