From 46b77928f746a4231d064774b5b67fd892c7ce86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 4 Aug 2013 17:50:34 +0200 Subject: rm vendor --- .../Symfony/Component/Icu/IcuCurrencyBundle.php | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 vendor/symfony/icu/Symfony/Component/Icu/IcuCurrencyBundle.php (limited to 'vendor/symfony/icu/Symfony/Component/Icu/IcuCurrencyBundle.php') diff --git a/vendor/symfony/icu/Symfony/Component/Icu/IcuCurrencyBundle.php b/vendor/symfony/icu/Symfony/Component/Icu/IcuCurrencyBundle.php deleted file mode 100644 index 7c47e4e3..00000000 --- a/vendor/symfony/icu/Symfony/Component/Icu/IcuCurrencyBundle.php +++ /dev/null @@ -1,28 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Component\Icu; - -use Symfony\Component\Intl\ResourceBundle\CurrencyBundle; -use Symfony\Component\Intl\ResourceBundle\Reader\StructuredBundleReaderInterface; - -/** - * A stub implementation of {@link \Symfony\Component\Intl\ResourceBundle\CurrencyBundleInterface}. - * - * @author Bernhard Schussek - */ -class IcuCurrencyBundle extends CurrencyBundle -{ - public function __construct(StructuredBundleReaderInterface $reader) - { - parent::__construct(realpath(IcuData::getResourceDirectory() . '/curr'), $reader); - } -} -- cgit v1.2.3