We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d15d4 commit 291e923Copy full SHA for 291e923
lldb/source/Core/Telemetry.cpp
@@ -118,7 +118,6 @@ class NoOpTelemetryManager : final public TelemetryManager {
118
}
119
};
120
121
-
122
std::unique_ptr<TelemetryManager> TelemetryManager::g_instance = nullptr;
123
TelemetryManager *TelemetryManager::GetInstance() {
124
// If Telemetry is disabled or if there is no default instance, then use the NoOp manager.
0 commit comments