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

Unified Diff: tools/gn/trace.cc

Issue 213363003: Delete some dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: brettw Created 6 years, 9 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 | « tools/gn/command_desc.cc ('k') | tools/imagediff/image_diff_png.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/trace.cc
diff --git a/tools/gn/trace.cc b/tools/gn/trace.cc
index 26fb2762685aef754a5c0180b4c9b255a5ee0f45..a2f34a32d6624d3d4666823568fd4145d4b65f0b 100644
--- a/tools/gn/trace.cc
+++ b/tools/gn/trace.cc
@@ -24,9 +24,7 @@ class TraceLog {
TraceLog() {
events_.reserve(16384);
}
- ~TraceLog() {
- // Trace items leanked intentionally.
- }
+ // Trace items leaked intentionally.
void Add(TraceItem* item) {
base::AutoLock lock(lock_);
« no previous file with comments | « tools/gn/command_desc.cc ('k') | tools/imagediff/image_diff_png.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698