From ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 15 Aug 2007 20:07:53 +0000 Subject: v[hp]error_msg have 2-3 callsites only -> incorporate there. --- libbb/vperror_msg.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libbb/vperror_msg.c (limited to 'libbb/vperror_msg.c') diff --git a/libbb/vperror_msg.c b/libbb/vperror_msg.c deleted file mode 100644 index c3f79c2..0000000 --- a/libbb/vperror_msg.c +++ /dev/null @@ -1,15 +0,0 @@ -/* vi: set sw=4 ts=4: */ -/* - * Utility routines. - * - * Copyright (C) 1999-2004 by Erik Andersen - * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. - */ - -#include "libbb.h" - -void bb_vperror_msg(const char *s, va_list p) -{ - bb_verror_msg(s, p, strerror(errno)); -} -- cgit v1.1