PHPCI/Plugin/Xmpp.php : Remove unused $args variable

This commit is contained in:
Alexandre Russo 2014-05-21 21:57:20 +02:00
commit b02e2f0b66

View file

@ -21,7 +21,6 @@ use PHPCI\Model\Build;
class XMPP implements \PHPCI\Plugin
{
protected $directory;
protected $args;
protected $phpci;
protected $build;