summaryrefslogtreecommitdiff
path: root/src/core/telemetry_session.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-05-09 13:22:00 -0400
committerGitHub <noreply@github.com>2019-05-09 13:22:00 -0400
commit5907619a04875099835a591c3fb27bd18f8d7678 (patch)
tree216075fe38db92b01f7124677a5fc0bd7cf465e3 /src/core/telemetry_session.h
parent9567b3a293319693ca8702860714b734c03abb3f (diff)
parent10c4f23953c12cf55afb8d7fe16c1675aa73c694 (diff)
Merge pull request #2445 from FearlessTobi/port-4749
Port citra-emu/citra#4749: "web_service: Misc fixes"
Diffstat (limited to 'src/core/telemetry_session.h')
-rw-r--r--src/core/telemetry_session.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h
index 023612b79..cae5a45a0 100644
--- a/src/core/telemetry_session.h
+++ b/src/core/telemetry_session.h
@@ -39,7 +39,6 @@ public:
private:
Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session
- std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields
};
/**