| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index b22b620f8a167938d97f99d07cdb5e46368b0ec3..b16d1d582d3236126a02d92dc8e09321d17277aa 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -115,8 +115,6 @@ namespace dart {
|
|
|
| // Forward declarations.
|
| class Isolate;
|
| -class TraceBuffer;
|
| -
|
| #define DEFINE_FORWARD_DECLARATION(clazz) \
|
| class Raw##clazz;
|
| CLASS_LIST(DEFINE_FORWARD_DECLARATION)
|
| @@ -624,7 +622,6 @@ class RawFunction : public RawObject {
|
| intptr_t token_pos_;
|
| intptr_t end_token_pos_;
|
| intptr_t usage_counter_; // Incremented while function is running.
|
| - TraceBuffer* log_;
|
| int16_t num_fixed_parameters_;
|
| int16_t num_optional_parameters_; // > 0: positional; < 0: named.
|
| int16_t deoptimization_counter_;
|
|
|