Ignore:
Timestamp:
Dec 17, 2009, 11:12:26 AM (15 years ago)
Author:
Adam Roben
Message:

Remove HeavyProfile and TreeProfile completely

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

Fixes <http://webkit.org/b/32664>.

Reviewed by John Sullivan.

Removed HeavyProfile/TreeProfile source files.

  • profiler/HeavyProfile.cpp: Removed.
  • profiler/HeavyProfile.h: Removed.
  • profiler/TreeProfile.cpp: Removed.
  • profiler/TreeProfile.h: Removed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r51882 r52264  
    127127    parser/ParserArena.cpp \
    128128    parser/Parser.cpp \
    129     profiler/HeavyProfile.cpp \
    130129    profiler/Profile.cpp \
    131130    profiler/ProfileGenerator.cpp \
    132131    profiler/ProfileNode.cpp \
    133132    profiler/Profiler.cpp \
    134     profiler/TreeProfile.cpp \
    135133    runtime/ArgList.cpp \
    136134    runtime/Arguments.cpp \
Note: See TracChangeset for help on using the changeset viewer.