1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-02 09:58:23 +01:00

Delete useless code in ArcanistBaseWorkflow

Test Plan: This diff.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4601
This commit is contained in:
vrana 2013-01-23 13:08:58 -08:00
parent 087ad5f84a
commit 501e2b7e1d

View file

@ -69,11 +69,6 @@ abstract class ArcanistBaseWorkflow extends Phobject {
private $changeCache = array();
public function __construct() {
}
abstract public function run();
/**