diff options
author | zhupengfei <zhupf321@gmail.com> | 2019-04-19 16:02:49 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2019-05-04 19:45:48 +0200 |
commit | 10c4f23953c12cf55afb8d7fe16c1675aa73c694 (patch) | |
tree | 47449be655f9c5d494648d9eb7c0420cb58e1995 /src/core/telemetry_session.h | |
parent | loader/nso: Remove left-in debug pragma (diff) | |
download | yuzu-10c4f23953c12cf55afb8d7fe16c1675aa73c694.tar yuzu-10c4f23953c12cf55afb8d7fe16c1675aa73c694.tar.gz yuzu-10c4f23953c12cf55afb8d7fe16c1675aa73c694.tar.bz2 yuzu-10c4f23953c12cf55afb8d7fe16c1675aa73c694.tar.lz yuzu-10c4f23953c12cf55afb8d7fe16c1675aa73c694.tar.xz yuzu-10c4f23953c12cf55afb8d7fe16c1675aa73c694.tar.zst yuzu-10c4f23953c12cf55afb8d7fe16c1675aa73c694.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/telemetry_session.h | 1 |
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 }; /** |