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 031ee14 commit 9a0d4cbCopy full SHA for 9a0d4cb
lldb/include/lldb/Core/Telemetry.h
@@ -153,9 +153,6 @@ class TelemetryManager : public llvm::telemetry::Manager {
153
public:
154
llvm::Error preDispatch(llvm::telemetry::TelemetryInfo *entry) override;
155
156
- /// Returns the next unique ID to assign to a command entry.
157
- int MakeNextCommandId();
158
-
159
const LLDBConfig *GetConfig() { return m_config.get(); }
160
161
virtual llvm::StringRef GetInstanceName() const = 0;
0 commit comments