Page MenuHomePhabricator

D11615.id.diff
No OneTemporary

D11615.id.diff

diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -459,13 +459,7 @@
'vqueryfx_all' => 'xsprintf/queryfx.php',
'vurisprintf' => 'xsprintf/urisprintf.php',
'xhp_parser_node_constants' => 'parser/xhpast/parser_nodes.php',
- 'xhpast_build' => 'parser/xhpast/bin/xhpast_parse.php',
- 'xhpast_get_binary_path' => 'parser/xhpast/bin/xhpast_parse.php',
- 'xhpast_get_build_instructions' => 'parser/xhpast/bin/xhpast_parse.php',
- 'xhpast_get_parser_future' => 'parser/xhpast/bin/xhpast_parse.php',
- 'xhpast_is_available' => 'parser/xhpast/bin/xhpast_parse.php',
'xhpast_parser_token_constants' => 'parser/xhpast/parser_tokens.php',
- 'xhpast_version' => 'parser/xhpast/bin/xhpast_parse.php',
'xsprintf' => 'xsprintf/xsprintf.php',
'xsprintf_callback_example' => 'xsprintf/xsprintf.php',
'xsprintf_command' => 'xsprintf/csprintf.php',
diff --git a/src/parser/xhpast/bin/xhpast_parse.php b/src/parser/xhpast/bin/xhpast_parse.php
deleted file mode 100644
--- a/src/parser/xhpast/bin/xhpast_parse.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-function xhpast_build() {
- return PhutilXHPASTBinary::build();
-}
-
-function xhpast_get_binary_path() {
- return PhutilXHPASTBinary::getPath();
-}
-
-function xhpast_get_build_instructions() {
- return PhutilXHPASTBinary::getBuildInstructions();
-}
-
-function xhpast_get_parser_future($data) {
- return PhutilXHPASTBinary::getParserFuture($data);
-}
-
-function xhpast_is_available() {
- return PhutilXHPASTBinary::isAvailable();
-}
-
-function xhpast_version() {
- return PhutilXHPASTBinary::getVersion();
-}

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 21, 11:52 PM (13 h, 32 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7690453
Default Alt Text
D11615.id.diff (1 KB)

Event Timeline