Remove unused code
This commit is contained in:
parent
e01210f679
commit
00e4959055
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue