summaryrefslogtreecommitdiff
path: root/lib/sh/shmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/shmatch.c')
-rw-r--r--lib/sh/shmatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sh/shmatch.c b/lib/sh/shmatch.c
index f06258d3..3abefed5 100644
--- a/lib/sh/shmatch.c
+++ b/lib/sh/shmatch.c
@@ -63,7 +63,6 @@ sh_regmatch (string, pattern, flags)
rematch = (SHELL_VAR *)NULL;
#endif
-itrace("sh_regmatch: pattern = <%s>", pattern);
rflags = REG_EXTENDED;
if (glob_ignore_case || match_ignore_case)
rflags |= REG_ICASE;