From a9b4d897f5d0fcc7ff669cb8cdc6e89b6aeae658 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 13 Dec 2011 21:09:01 +0000 Subject: Remove stray warnx() left in the manpath.c code. --- manpath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manpath.c') diff --git a/manpath.c b/manpath.c index 66ddddf6..3a12496d 100644 --- a/manpath.c +++ b/manpath.c @@ -1,4 +1,4 @@ -/* $Id: manpath.c,v 1.6 2011/12/13 20:56:46 kristaps Exp $ */ +/* $Id: manpath.c,v 1.7 2011/12/13 21:09:01 kristaps Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -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; -- cgit v1.2.3