Skip to content

Commit

Permalink
refactor: remove unused get_raw_upper method from ErasedSegment
Browse files Browse the repository at this point in the history
  • Loading branch information
gvozdvmozgu authored and benfdking committed Nov 5, 2024
1 parent a9109c1 commit 9e58ffc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/lib-core/src/parser/segments/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,6 @@ impl ErasedSegment {
}
}

pub fn get_raw_upper(&self) -> Option<String> {
self.raw().to_uppercase().into()
}

pub fn is_comment(&self) -> bool {
matches!(
self.value.syntax_kind,
Expand Down

0 comments on commit 9e58ffc

Please sign in to comment.