Title: [211812] trunk/Tools
Revision
211812
Author
commit-qu...@webkit.org
Date
2017-02-07 08:59:12 -0800 (Tue, 07 Feb 2017)

Log Message

[webkitdirs] remove unused host_processor variable in determineArchitecture()
https://bugs.webkit.org/show_bug.cgi?id=167936

Patch by Olivier Blin <olivier.b...@softathome.com> on 2017-02-07
Reviewed by Michael Catanzaro.

* Scripts/webkitdirs.pm:
(determineArchitecture):
The host_processor variable in webkitdirs.pm's determineArchitecture() is not used anymore,
since r195083.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (211811 => 211812)


--- trunk/Tools/ChangeLog	2017-02-07 16:14:56 UTC (rev 211811)
+++ trunk/Tools/ChangeLog	2017-02-07 16:59:12 UTC (rev 211812)
@@ -1,3 +1,15 @@
+2017-02-07  Olivier Blin  <olivier.b...@softathome.com>
+
+        [webkitdirs] remove unused host_processor variable in determineArchitecture()
+        https://bugs.webkit.org/show_bug.cgi?id=167936
+
+        Reviewed by Michael Catanzaro.
+
+        * Scripts/webkitdirs.pm:
+        (determineArchitecture):
+        The host_processor variable in webkitdirs.pm's determineArchitecture() is not used anymore,
+        since r195083.
+
 2017-02-07  Youenn Fablet  <you...@apple.com>
 
         Use a JSON file to define which WPT files/folders to import

Modified: trunk/Tools/Scripts/webkitdirs.pm (211811 => 211812)


--- trunk/Tools/Scripts/webkitdirs.pm	2017-02-07 16:14:56 UTC (rev 211811)
+++ trunk/Tools/Scripts/webkitdirs.pm	2017-02-07 16:59:12 UTC (rev 211812)
@@ -338,7 +338,6 @@
             }
         }
     } elsif (isCMakeBuild()) {
-        my $host_processor = "";
         if (open my $cmake_sysinfo, "cmake --system-information |") {
             while (<$cmake_sysinfo>) {
                 next unless index($_, 'CMAKE_SYSTEM_PROCESSOR') == 0;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to