- removed superfluous ZYPP_DUMPON macro
authorMichael Andres <ma@suse.de>
Tue, 7 Mar 2006 12:26:53 +0000 (12:26 +0000)
committerMichael Andres <ma@suse.de>
Tue, 7 Mar 2006 12:26:53 +0000 (12:26 +0000)
zypp/base/Exception.h

index a117428..3b1867a 100644 (file)
@@ -258,8 +258,6 @@ namespace zypp
   ZYPP_THROW( EXCPTTYPE( ::zypp::Exception::strErrno(ERRNO,MSG) ) )
   //@}
 
-#define ZYPP_DUMPON(msg) ( translated ? _(msg) : msg ) 
-
   /////////////////////////////////////////////////////////////////
 } // namespace zypp
 ///////////////////////////////////////////////////////////////////