aboutsummaryrefslogtreecommitdiff
path: root/src/env-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env-inl.h')
-rw-r--r--src/env-inl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/env-inl.h b/src/env-inl.h
index 9d369d492c..4f99bc9ec0 100644
--- a/src/env-inl.h
+++ b/src/env-inl.h
@@ -334,10 +334,6 @@ inline v8::Isolate* Environment::isolate() const {
return isolate_;
}
-inline tracing::AgentWriterHandle* Environment::tracing_agent_writer() const {
- return tracing_agent_writer_;
-}
-
inline Environment* Environment::from_timer_handle(uv_timer_t* handle) {
return ContainerOf(&Environment::timer_handle_, handle);
}