| Index: src/log.cc
|
| diff --git a/src/log.cc b/src/log.cc
|
| index 9f1021d65351877c6cd2f2b09d1e68572f3715b5..f8792647c9ec7c0f632353ed6d23ba0a1a08564d 100644
|
| --- a/src/log.cc
|
| +++ b/src/log.cc
|
| @@ -149,10 +149,6 @@ class Profiler: public Thread {
|
| void StackTracer::Trace(Isolate* isolate, TickSample* sample) {
|
| ASSERT(isolate->IsInitialized());
|
|
|
| - sample->tos = NULL;
|
| - sample->frames_count = 0;
|
| - sample->has_external_callback = false;
|
| -
|
| // Avoid collecting traces while doing GC.
|
| if (sample->state == GC) return;
|
|
|
|
|