[core] Remove HttpCachingBridgeAbstract

BridgeAbstract implements all functions to cover the implementation
This commit is contained in:
logmanoriginal 2016-09-10 19:13:01 +02:00
parent 2eec89ab27
commit 9be03f199b
2 changed files with 0 additions and 46 deletions

View file

@ -12,7 +12,6 @@ require __DIR__ . '/Format.php';
require __DIR__ . '/FormatAbstract.php';
require __DIR__ . '/Bridge.php';
require __DIR__ . '/BridgeAbstract.php';
require __DIR__ . '/HttpCachingBridgeAbstract.php';
require __DIR__ . '/FeedExpander.php';
require __DIR__ . '/Cache.php';
require __DIR__ . '/CacheAbstract.php';