From 024bd9e8149a17cf5f17954fb7ebc8236888986f Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Fri, 24 May 2013 16:28:17 +0200 Subject: [PATCH] [FrameworkBundle] removed deprecated method from cache:clear command --- .../Bundle/FrameworkBundle/Command/CacheClearCommand.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php index e2bade38a7..f84b4665ee 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php @@ -141,14 +141,6 @@ EOF } } - /** - * @deprecated to be removed in 2.3 - */ - protected function getTempSuffix() - { - return ''; - } - /** * @param KernelInterface $parent * @param string $namespace