⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 157610 in webkit


Ignore:
Timestamp:
Oct 17, 2013, 4:08:46 PM (13 years ago)
Author:
ggaren@apple.com
Message:

Removed an unused #define
https://bugs.webkit.org/show_bug.cgi?id=123000

Reviewed by Anders Carlsson.

  • jit/JITStubs.h: Removed the concept of JITSTACKFRAME_ARGS_INDEX,

since it is unused now. This is a step toward using the C stack.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r157609 r157610  
     12013-10-17  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Removed an unused #define
     4        https://bugs.webkit.org/show_bug.cgi?id=123000
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * jit/JITStubs.h: Removed the concept of JITSTACKFRAME_ARGS_INDEX,
     9        since it is unused now. This is a step toward using the C stack.
     10
    1112013-10-17  Geoffrey Garen  <ggaren@apple.com>
    212
  • trunk/Source/JavaScriptCore/jit/JITStubs.h

    r157588 r157610  
    316316#endif
    317317
    318 #define JITSTACKFRAME_ARGS_INDEX (OBJECT_OFFSETOF(JITStackFrame, args) / sizeof(void*))
    319 
    320318#define STUB_ARGS_DECLARATION void** args
    321319#define STUB_ARGS (args)
Note: See TracChangeset for help on using the changeset viewer.