Use better way to fix

This commit is contained in:
2025-08-02 16:40:44 +08:00
parent 3cfce1906e
commit fc53509a68
2 changed files with 41 additions and 49 deletions

View File

@@ -214,12 +214,6 @@ pub enum BGIStringType {
Internal,
}
impl BGIStringType {
pub fn is_internal(&self) -> bool {
matches!(self, BGIStringType::Internal)
}
}
#[derive(Debug, Clone)]
pub struct BGIString {
pub offset: usize,