diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-13 21:09:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-13 21:09:01 +0000 |
commit | 6414274387adaa820f390b2541fac6ff7d322fef (patch) | |
tree | 0bfc58c2ebc9eb665d30a1c5b1fc4013174701db | |
parent | 39973a2e265984d88bf4e3d32b543087edb0e8ef (diff) | |
download | mandoc-6414274387adaa820f390b2541fac6ff7d322fef.tar.gz |
Remove stray warnx() left in the manpath.c code.
-rw-r--r-- | manpath.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -63,7 +63,6 @@ manpath_parse(struct manpaths *dirs, const char *file, /* Open manpath(1). Ignore errors. */ - warnx(cmd); stream = popen(cmd, "r"); if (NULL == stream) return; |