diff --git a/wp-ffpc-class.php b/wp-ffpc-class.php index eee1ca4..f1e00fc 100644 --- a/wp-ffpc-class.php +++ b/wp-ffpc-class.php @@ -975,14 +975,6 @@ class WP_FFPC extends PluginAbstract { */ private function deploy_advanced_cache( ) { - /* in case advanced-cache.php was already there, remove it */ - if ( @file_exists( $this->acache )) - unlink ($this->acache); - - /* is deletion was unsuccessful, die, we have no rights to do that, fail */ - if ( @file_exists( $this->acache )) - return false; - /* if no active site left no need for advanced cache :( */ if ( empty ( $this->global_config ) ) return false;