removed unused code

This commit is contained in:
Adam Robak 2015-05-07 14:38:31 +02:00
parent 242bada43d
commit 782847bc31

View file

@ -1,12 +1,6 @@
<?php
namespace Wikia\PortableInfobox\Parser;
////interface moved here, because of $wgAutoloadClass issue
//interface ExternalParser {
// public function parse( $text );
// public function parseRecursive( $text );
//}
class XmlParser {
protected $infoboxData;