Refactor: Removed Uri::Segment's parent pointer as unnecessary
Now that the segments are not stored in a manually managed linked list,there is no need for the parent pointer any more.
View differences
Refactor: Removed Uri::Segment's parent pointer as unnecessary
Now that the segments are not stored in a manually managed linked list,
there is no need for the parent pointer any more.