From 9e58ffc5dbcba89e6a8d4607afb52a8419321913 Mon Sep 17 00:00:00 2001 From: gvozdvmozgu Date: Mon, 4 Nov 2024 08:14:40 -0800 Subject: [PATCH] refactor: remove unused `get_raw_upper` method from `ErasedSegment` --- crates/lib-core/src/parser/segments/base.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/lib-core/src/parser/segments/base.rs b/crates/lib-core/src/parser/segments/base.rs index ac721e93..0800962b 100644 --- a/crates/lib-core/src/parser/segments/base.rs +++ b/crates/lib-core/src/parser/segments/base.rs @@ -509,10 +509,6 @@ impl ErasedSegment { } } - pub fn get_raw_upper(&self) -> Option { - self.raw().to_uppercase().into() - } - pub fn is_comment(&self) -> bool { matches!( self.value.syntax_kind,