| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index e7e79fbc7467a820485bfb0b4480c9585fcf75e8..9c90abb95677bebec3ce135e00a69c4187291679 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -9601,7 +9601,6 @@ class String: public Name {
|
| // returned structure will report so, and can't provide a vector of either
|
| // kind.
|
| FlatContent GetFlatContent();
|
| - FlatContent GetFlattenedContent();
|
|
|
| // Returns the parent of a sliced string or first part of a flat cons string.
|
| // Requires: StringShape(this).IsIndirect() && this->IsFlat()
|
|
|