Skip to content

Commit ac03cb0

Browse files
committed
fix dup definition
1 parent a5c46a1 commit ac03cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Core/Telemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct CommandInfo : public LLDBBaseTelemetryInfo {
114114

115115
void serialize(llvm::telemetry::Serializer &serializer) const override;
116116

117-
static uint64_t GetNextId() {}
117+
static uint64_t GetNextId();
118118

119119
private:
120120
// We assign each command (in the same session) a unique id so that their

0 commit comments

Comments
 (0)