Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 4adec19c495a5d5f471993d83b235f773566c988..1066e34f7626da733c9fa957e3a7fbf180a3f66e 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -277,8 +277,6 @@ class StackTracer BASE_EMBEDDED { |
: low_stack_bound_(low_stack_bound) { } |
void Trace(TickSample* sample); |
private: |
- // Maximum number of stack frames to capture |
- static const int kMaxStackFrames = 5; |
unsigned int low_stack_bound_; |
}; |