Changeset 204730 in webkit


Ignore:
Timestamp:
Aug 22, 2016 12:03:32 PM (8 years ago)
Author:
mark.lam@apple.com
Message:

Remove dead code.
https://bugs.webkit.org/show_bug.cgi?id=161049

Reviewed by Michael Saboff.

  • runtime/VM.h:
  • Deleted unused friend class ClearExceptionScope.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r204714 r204730  
     12016-08-22  Mark Lam  <mark.lam@apple.com>
     2
     3        Remove dead code.
     4        https://bugs.webkit.org/show_bug.cgi?id=161049
     5
     6        Reviewed by Michael Saboff.
     7
     8        * runtime/VM.h:
     9        - Deleted unused friend class ClearExceptionScope.
     10
    1112016-08-22  Yusuke Suzuki  <utatane.tea@gmail.com>
    212
  • trunk/Source/JavaScriptCore/runtime/VM.h

    r204466 r204730  
    626626private:
    627627    friend class LLIntOffsetsExtractor;
    628     friend class ClearExceptionScope;
    629628
    630629    VM(VMType, HeapType);
Note: See TracChangeset for help on using the changeset viewer.