com php-langspec: Remove php-spec-draft file: spec/php-spec-draft.md tools/util.php

[email protected] (Nikita Popov) Sat, 12 Nov 2016 12:36:30 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    a6ae806a1f4f6ade361d4ffc80b8a4bc1b5d61b7=0AAuthor:    Nikita Pop=
ov <[email protected]>         Sat, 12 Nov 2016 13:36:30 +0100=0AParents:   7c8=
5acc7b051a340814d0da590e4ca266bbb0c96=0ABranches:  master=0A=0ALink:       =
http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3Da6ae806a1f4f6ad=
e361d4ffc80b8a4bc1b5d61b7=0A=0ALog:=0ARemove php-spec-draft file=0A=0AGitHu=
b doesn't redirect symlinks, so this isn't really useful to=0Akeep around.=
=0A=0AChanged paths:=0A  D  spec/php-spec-draft.md=0A  M  tools/util.php=0A=
=0A=0ADiff:=0Adiff --git a/spec/php-spec-draft.md b/spec/php-spec-draft.md=
=0Adeleted file mode 120000=0Aindex a7c2f5e..0000000=0A--- a/spec/php-spec-=
draft.md=0A+++ /dev/null=0A@@ -1 +0,0 @@=0A-00-specification-for-php.md=0A\=
 No newline at end of file=0Adiff --git a/tools/util.php b/tools/util.php=
=0Aindex 6860c94..fa1a8cb 100644=0A--- a/tools/util.php=0A+++ b/tools/util.=
php=0A@@ -9,8 +9,7 @@ function spec_files() {=0A         if (pathinfo($file=
, PATHINFO_EXTENSION) !=3D 'md') {=0A             continue;=0A         }=0A=
-        if ($file =3D=3D '00-specification-for-php.md'=0A-                =
|| $file =3D=3D 'php-spec-draft.md') {=0A+        if ($file =3D=3D '00-spec=
ification-for-php.md') {=0A             continue;=0A         }=0A