Skip to content

Commit 16189e4

Browse files
committed
Remove unused Token definition.
1 parent b91353c commit 16189e4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/clang.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,15 +1540,6 @@ impl Drop for Index {
15401540
}
15411541
}
15421542

1543-
/// A token emitted by clang's lexer.
1544-
#[derive(Debug)]
1545-
pub struct Token {
1546-
/// The kind of token this is.
1547-
pub kind: CXTokenKind,
1548-
/// A display name for this token.
1549-
pub spelling: String,
1550-
}
1551-
15521543
/// A translation unit (or "compilation unit").
15531544
pub struct TranslationUnit {
15541545
x: CXTranslationUnit,

0 commit comments

Comments
 (0)