Changeset 84106 in webkit


Ignore:
Timestamp:
Apr 17, 2011 12:06:34 PM (13 years ago)
Author:
Patrick Gansterer
Message:

2011-04-17 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Barth.

Remove WTF_PLATFORM_SGL
https://bugs.webkit.org/show_bug.cgi?id=58743

WTF_PLATFORM_SGL and PLATFORM(SGL) are not used in the code anywhere.

  • wtf/Platform.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r84104 r84106  
     12011-04-17  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Remove WTF_PLATFORM_SGL
     6        https://bugs.webkit.org/show_bug.cgi?id=58743
     7
     8        WTF_PLATFORM_SGL and PLATFORM(SGL) are not used in the code anywhere.
     9
     10        * wtf/Platform.h:
     11
    1122011-04-17  Patrick Gansterer  <paroga@webkit.org>
    213
  • trunk/Source/JavaScriptCore/wtf/Platform.h

    r84104 r84106  
    676676#if PLATFORM(ANDROID)
    677677#define WTF_USE_PTHREADS 1
    678 #define WTF_PLATFORM_SGL 1
    679678#define USE_SYSTEM_MALLOC 1
    680679#define ENABLE_JAVA_BRIDGE 1
Note: See TracChangeset for help on using the changeset viewer.