Skip to content

Commit 13d2649

Browse files
committed
Remove phd_acronym from configure
1 parent ffbb78e commit 13d2649

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

configure.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
// xinclude_residua() done
4444
// xml_partial_output
4545
// xml_validate() done
46-
// phd_acronym() done
4746
// phd_sources() done
4847
// phd_version() done
4948
// php_history() done
@@ -1073,7 +1072,6 @@ function xml_validate_libxml( $dom )
10731072

10741073
// All PhD stuff, after XML validation.
10751074

1076-
phd_acronym();
10771075
php_history();
10781076
phd_sources();
10791077
phd_version();
@@ -1085,10 +1083,6 @@ function xml_validate_libxml( $dom )
10851083
// TODO: Should this moved to github/php/phd?
10861084
// Any input/state can be serialized into doc-base/temp/phd-conf.json.
10871085

1088-
function phd_acronym()
1089-
{
1090-
}
1091-
10921086
function php_history()
10931087
{
10941088
global $ac;

0 commit comments

Comments
 (0)