refactor: Removed unused lsp symbol struct

This commit is contained in:
Igor Támara 2025-11-16 19:04:32 -05:00 committed by CJ van den Berg
parent 7ae983a419
commit ced915fedc

View file

@ -1867,15 +1867,6 @@ const DocumentSymbol = struct {
parent_name: []const u8 = &.{}, parent_name: []const u8 = &.{},
}; };
const SymbolInformation = struct {
name: []const u8,
kind: usize,
tags: ?[]const usize,
deprecated: ?bool,
location: Location,
containerName: ?[]const u8,
};
// Location is a subset of LocationLink // Location is a subset of LocationLink
const Location = LocationLink; const Location = LocationLink;