Skip to content

Commit 9a0d4cb

Browse files
committed
remove unused
1 parent 031ee14 commit 9a0d4cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/include/lldb/Core/Telemetry.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ class TelemetryManager : public llvm::telemetry::Manager {
153153
public:
154154
llvm::Error preDispatch(llvm::telemetry::TelemetryInfo *entry) override;
155155

156-
/// Returns the next unique ID to assign to a command entry.
157-
int MakeNextCommandId();
158-
159156
const LLDBConfig *GetConfig() { return m_config.get(); }
160157

161158
virtual llvm::StringRef GetInstanceName() const = 0;

0 commit comments

Comments
 (0)