Commit:    b4d26727a07bd845349b7e42d7f5a21ebc768d2e
Author:    Anatol Belski <[email protected]>         Fri, 17 Nov 2017 16:08:30 +0100
Parents:   b46f2b42600b45de1658ef731caa48c3a88a1897
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=b4d26727a07bd845349b7e42d7f5a21ebc768d2e

Log:
Remove dead labels

Changed paths:
  M  docroot/listing.php


Diff:
diff --git a/docroot/listing.php b/docroot/listing.php
index bb19570..d6aef41 100644
--- a/docroot/listing.php
+++ b/docroot/listing.php
@@ -62,10 +62,6 @@ $minor_order = array(
        );
 
 $labels = array(
-                       'nts-VC9-x86' => 'VC9 x86 Non Thread Safe',
-                       'ts-VC9-x86'  => 'VC9 x86 Thread Safe',
-                       'nts-VC9-x64' => 'VC9 x64 Non Thread Safe',
-                       'ts-VC9-x64'  => 'VC9 x64 Thread Safe',
                        'nts-VC11-x86' => 'VC11 x86 Non Thread Safe',
                        'ts-VC11-x86'  => 'VC11 x86 Thread Safe',
                        'nts-VC11-x64' => 'VC11 x64 Non Thread Safe',


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to