Bug 160720

Summary: [JSC] Remove some useless code I left when rewriting CSE's large maps
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Benjamin Poulain 2016-08-09 17:09:37 PDT
[JSC] Remove some useless code I left when rewriting CSE's large maps
Comment 1 Benjamin Poulain 2016-08-09 17:11:54 PDT
Created attachment 285695 [details]
Patch
Comment 2 Michael Saboff 2016-08-09 17:16:03 PDT
Comment on attachment 285695 [details]
Patch

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

r=me

> Source/JavaScriptCore/dfg/DFGCSEPhase.cpp:273
>  

What is the purpose of the empty line?
Comment 3 Benjamin Poulain 2016-08-09 17:17:39 PDT
(In reply to comment #2)
> > Source/JavaScriptCore/dfg/DFGCSEPhase.cpp:273
> >  
> 
> What is the purpose of the empty line?

The comment above only applies to the 2 attributes that follow. The empty line is there to show this attribute does not follow the comment.
Comment 4 Benjamin Poulain 2016-08-10 14:20:30 PDT
Comment on attachment 285695 [details]
Patch

Clearing flags on attachment: 285695

Committed r204352: <http://trac.webkit.org/changeset/204352>
Comment 5 Benjamin Poulain 2016-08-10 14:20:34 PDT
All reviewed patches have been landed.  Closing bug.