Bug 161049 - Remove dead code.
Summary: Remove dead code.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-22 11:48 PDT by Mark Lam
Modified: 2016-09-29 12:31 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch. (946 bytes, patch)
2016-08-22 11:50 PDT, Mark Lam
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2016-08-22 11:48:47 PDT
Patch coming.
Comment 1 Mark Lam 2016-08-22 11:50:13 PDT
Created attachment 286609 [details]
proposed patch.
Comment 2 Michael Saboff 2016-08-22 12:00:03 PDT
Comment on attachment 286609 [details]
proposed patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=286609&action=review

r=me

> Source/JavaScriptCore/ChangeLog:8
> +        * runtime/VM.h:

Add that you deleted unused friend class ClearExceptionScope.
Comment 3 Mark Lam 2016-08-22 12:05:54 PDT
Thanks for the review.  Updated ChangeLog locally as requested, and landed in r204730: <http://trac.webkit.org/r204730>.