Remove unused code

This commit is contained in:
Matthew Gordon 2025-11-10 13:24:14 -04:00
parent e01210f679
commit 00e4959055
1 changed files with 0 additions and 6 deletions

View File

@ -45,12 +45,6 @@ fn small_test_rope_with_multibyte_chars() -> Rc<Rope> {
) )
} }
fn small_test_rope_with_multibyte_chars_leaf_strings() -> Vec<&'static str> {
vec![
"aあbc", "deえf", "g", "hiい", "jklm", "n", "おop", "qr", "stuうv", "wxyz",
]
}
fn small_test_rope_with_multibyte_chars_full_string() -> &'static str { fn small_test_rope_with_multibyte_chars_full_string() -> &'static str {
"aあbcdeえfghiいjklmnおopqrstuうvwxyz" "aあbcdeえfghiいjklmnおopqrstuうvwxyz"
} }