Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1306)

Unified Diff: base/tracked.cc

Issue 7029038: Remove default initializtion of BirthPlace in Tracked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/tracked.cc
diff --git a/base/tracked.cc b/base/tracked.cc
index 767f072fdd6d25ef3b535dd089d4414378f4e261..2aa35b120f15d22c47eb8776be10d54e8c8d56b9 100644
--- a/base/tracked.cc
+++ b/base/tracked.cc
@@ -79,7 +79,6 @@ Tracked::Tracked()
tracked_birth_time_(TimeTicks::Now()) {
if (!ThreadData::IsActive())
return;
- SetBirthPlace(Location("NoFunctionName", "NeedToSetBirthPlace", -1));
jar (doing other things) 2011/05/18 20:46:08 Line 80 has no side effects... so it too can go.
}
Tracked::~Tracked() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698