diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-09 14:45:22 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-09 14:46:31 -0400 |
commit | 1964f4bbb39d1286d98893881db17f1d7d146145 (patch) | |
tree | fc47e5e27d71570fb0459530f1cb71a63cc69633 /src | |
parent | 8723cc87982825754f314b0c18910319a3ced716 (diff) |
telemetry_session: Remove unimplemented FinalizeAsyncJob prototype
This isn't implemented anywhere, so it can just be removed.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/telemetry_session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h index cec271df0..266db434c 100644 --- a/src/core/telemetry_session.h +++ b/src/core/telemetry_session.h @@ -30,8 +30,6 @@ public: field_collection.AddField(type, name, std::move(value)); } - static void FinalizeAsyncJob(); - private: Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields |