Changeset 52264 in webkit for trunk/JavaScriptCore/Android.mk


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/Android.mk

    r51926 r52264  
    5757        pcre/pcre_xclass.cpp \
    5858        \
    59         profiler/HeavyProfile.cpp \
    6059        profiler/Profile.cpp \
    6160        profiler/ProfileGenerator.cpp \
    6261        profiler/ProfileNode.cpp \
    6362        profiler/Profiler.cpp \
    64         profiler/TreeProfile.cpp \
    6563        \
    6664        runtime/ArgList.cpp \
Note: See TracChangeset for help on using the changeset viewer.