Title: [160832] trunk/Source/WTF
Revision
160832
Author
o...@webkit.org
Date
2013-12-19 08:21:47 -0800 (Thu, 19 Dec 2013)

Log Message

Delete RVCT related code parts.
https://bugs.webkit.org/show_bug.cgi?id=125626

Patch by Peter Szanka <h868...@stud.u-szeged.hu> on 2013-12-19
Reviewed by Csaba Osztrogonác.

* wtf/Compiler.h: follow-up fix for r160648, remove an unnecessary comment.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (160831 => 160832)


--- trunk/Source/WTF/ChangeLog	2013-12-19 15:48:36 UTC (rev 160831)
+++ trunk/Source/WTF/ChangeLog	2013-12-19 16:21:47 UTC (rev 160832)
@@ -1,3 +1,12 @@
+2013-12-19  Peter Szanka  <h868...@stud.u-szeged.hu>
+
+        Delete RVCT related code parts.
+        https://bugs.webkit.org/show_bug.cgi?id=125626
+
+        Reviewed by Csaba Osztrogonác.
+
+        * wtf/Compiler.h: follow-up fix for r160648, remove an unnecessary comment.
+
 2013-12-18  Alex Christensen  <achristen...@webkit.org>
 
         [WinCairo] Preparation for GStreamer on Windows.

Modified: trunk/Source/WTF/wtf/Compiler.h (160831 => 160832)


--- trunk/Source/WTF/wtf/Compiler.h	2013-12-19 15:48:36 UTC (rev 160831)
+++ trunk/Source/WTF/wtf/Compiler.h	2013-12-19 16:21:47 UTC (rev 160832)
@@ -100,7 +100,6 @@
 #endif
 
 /* COMPILER(GCC) - GNU Compiler Collection */
-/* --gnu option of the RVCT compiler also defines __GNUC__ */
 #if defined(__GNUC__)
 #define WTF_COMPILER_GCC 1
 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to