Index: base/profiler/scoped_profile.cc |
diff --git a/base/profiler/scoped_profile.cc b/base/profiler/scoped_profile.cc |
index 8b0ae59a44aa5ef7ce86e0aa28c6288ef9ca0465..4f8bc2d1e0e3e35b5e9d260a145e240807460f95 100644 |
--- a/base/profiler/scoped_profile.cc |
+++ b/base/profiler/scoped_profile.cc |
@@ -11,15 +11,6 @@ |
namespace tracked_objects { |
-ScopedProfile::ScopedProfile(const Location& location) |
- : birth_(ThreadData::TallyABirthIfActive(location)) { |
- if (!birth_) |
- return; |
- |
- ThreadData::PrepareForStartOfRun(birth_); |
- stopwatch_.Start(); |
-} |
- |
ScopedProfile::ScopedProfile(const Location& location, Mode mode) |
: birth_(NULL) { |
if (mode == DISABLED) |