From ab9d209657d15034554deb2b8ef878a011735603 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Thu, 26 Feb 2009 13:18:16 +0100 Subject: [PATCH] remove accidentally inserted code --- zypp/ResStatus.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/zypp/ResStatus.h b/zypp/ResStatus.h index 0b879ac..6a7962b 100644 --- a/zypp/ResStatus.h +++ b/zypp/ResStatus.h @@ -301,9 +301,6 @@ namespace zypp } } - bool isToBeUninstalledDueToObsolete () const - { return isToBeUninstalled() && fieldValueIs( DUE_TO_OBSOLETE ); } - bool isToBeUninstalledDueToUpgrade() const { return isToBeUninstalled() && fieldValueIs( DUE_TO_UPGRADE ); } -- 2.7.4