diff --git a/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php b/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php deleted file mode 100644 index 9369c2c1e7..0000000000 --- a/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php +++ /dev/null @@ -1,34 +0,0 @@ -. - * - * Extends the Async processor class (Phergie_Process_Async) to allow it to - * operate with the Statusnet driver - * - * @category Phergie - * @package Phergie_Process_Statusnet - * @author Luke Fitzgerald - * @copyright 2010 StatusNet, Inc. - * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 - * @link http://status.net/ - */ - -class Phergie_Process_Statusnet extends Phergie_Process_Async { - public function __construct(Phergie_StatusnetBot $bot, array $options) { - $this->usec = 0; - Phergie_Process_Abstract::__construct($bot, $options); - } -} \ No newline at end of file