From e8c6da51e7767bfac59b90aec80196e39b13b9ed Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Tue, 7 Mar 2006 12:26:53 +0000 Subject: [PATCH] - removed superfluous ZYPP_DUMPON macro --- zypp/base/Exception.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/zypp/base/Exception.h b/zypp/base/Exception.h index a117428..3b1867a 100644 --- a/zypp/base/Exception.h +++ b/zypp/base/Exception.h @@ -258,8 +258,6 @@ namespace zypp ZYPP_THROW( EXCPTTYPE( ::zypp::Exception::strErrno(ERRNO,MSG) ) ) //@} -#define ZYPP_DUMPON(msg) ( translated ? _(msg) : msg ) - ///////////////////////////////////////////////////////////////// } // namespace zypp /////////////////////////////////////////////////////////////////// -- 2.7.4