Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 2e44ebbe1516c914468c118e284c6282e0d238ee..38296c762c2c8c08669c187f9e5670595ff063b9 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -1899,16 +1899,6 @@ class Function : public Object { |
return RoundedAllocationSize(sizeof(RawFunction)); |
} |
- TraceBuffer* log() const { |
- ASSERT(raw_ptr()->log_ != NULL); |
- return raw_ptr()->log_; |
- } |
- |
- void set_log(TraceBuffer* trace_buffer) const { |
- ASSERT(trace_buffer != NULL); |
- raw_ptr()->log_ = trace_buffer; |
- } |
- |
static RawFunction* New(const String& name, |
RawFunction::Kind kind, |
bool is_static, |