|
@@ -931,14 +931,6 @@ repeat:
|
|
|
if (parent_pattern != default_parent_pattern) {
|
|
|
if (sort_dimension__add("parent") < 0)
|
|
|
goto error;
|
|
|
-
|
|
|
- /*
|
|
|
- * Only show the parent fields if we explicitly
|
|
|
- * sort that way. If we only use parent machinery
|
|
|
- * for filtering, we don't want it.
|
|
|
- */
|
|
|
- if (!strstr(sort_order, "parent"))
|
|
|
- sort_parent.elide = 1;
|
|
|
}
|
|
|
|
|
|
if (argc) {
|