Bug 32664 - Remove HeavyProfile and TreeProfile completely
Summary: Remove HeavyProfile and TreeProfile completely
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-17 09:10 PST by Adam Roben (:aroben)
Modified: 2009-12-17 11:14 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.98 KB, patch)
2009-12-17 09:10 PST, Adam Roben (:aroben)
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-12-17 09:10:51 PST
Created attachment 45075 [details]
Patch

These were mostly removed in r42808, but the empty files were left in
place.

Need a short description and bug URL (OOPS!)

Reviewed by NOBODY (OOPS!).

* Android.mk:
* GNUmakefile.am:
* JavaScriptCore.gypi:
* JavaScriptCore.pri:
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
* JavaScriptCoreSources.bkl:
Removed HeavyProfile/TreeProfile source files.

* profiler/HeavyProfile.cpp: Removed.
* profiler/HeavyProfile.h: Removed.
* profiler/TreeProfile.cpp: Removed.
* profiler/TreeProfile.h: Removed.
---
 7 files changed, 24 insertions(+), 30 deletions(-)
Comment 1 Adam Roben (:aroben) 2009-12-17 11:14:15 PST
Committed r52264: <http://trac.webkit.org/changeset/52264>