summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/argp-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'libshouldbeinlibc/argp-help.c')
-rw-r--r--libshouldbeinlibc/argp-help.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libshouldbeinlibc/argp-help.c b/libshouldbeinlibc/argp-help.c
index 1be023f0..4e8bfab5 100644
--- a/libshouldbeinlibc/argp-help.c
+++ b/libshouldbeinlibc/argp-help.c
@@ -1333,10 +1333,6 @@ argp_args_usage (const struct argp *argp, const struct argp_state *state,
if (! nl)
nl = fdoc + strlen (fdoc);
- if (nl > fdoc && nl[-1] == '\r')
- /* `consumes-args' marker. Removed the marker, and note that we
- shouldn't process any children. */
-
/* Manually do line wrapping so that it (probably) won't get wrapped at
any embedded spaces. */
space (stream, 1 + nl - fdoc);