diff --git a/src/parser/xhpast/bin/xhpast_parse.php b/src/parser/xhpast/bin/xhpast_parse.php index 5b44ebe..78e6bba 100644 --- a/src/parser/xhpast/bin/xhpast_parse.php +++ b/src/parser/xhpast/bin/xhpast_parse.php @@ -1,77 +1,59 @@ write($data); return $future; } -/** - * @group xhpast - */ function xhpast_build() { $root = phutil_get_library_root('phutil'); execx('%s', $root.'/../scripts/build_xhpast.sh'); }