[Aptitude-svn-commit] r3641 - in branches/aptitude-0.3/aptitude: . src/generic/problemresolver
Daniel Burrows
dburrows@costa.debian.org
Mon Jul 11 04:33:43 UTC 2005
Author: dburrows
Date: Mon Jul 11 04:33:33 2005
New Revision: 3641
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/generic/problemresolver/problemresolver.h
Log:
Remove a method that wasn't used and that referred to a nonexistant variable.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Mon Jul 11 04:33:33 2005
@@ -1,3 +1,10 @@
+2005-07-11 Daniel Burrows <dburrows@debian.org>
+
+ * src/generic/problemresolver/problemresolver.h:
+
+ Remove a never-used method that referred to a nonexistant
+ variable.
+
2005-07-10 Daniel Burrows <dburrows@debian.org>
* src/generic/problemresolver/test.cc:
Modified: branches/aptitude-0.3/aptitude/src/generic/problemresolver/problemresolver.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/problemresolver/problemresolver.h (original)
+++ branches/aptitude-0.3/aptitude/src/generic/problemresolver/problemresolver.h Mon Jul 11 04:33:33 2005
@@ -235,8 +235,6 @@
return forbidden_versions;
}
- const action &get_action() {return my_action;}
-
int get_score() const {return score;}
int get_action_score() const {return action_score;}
More information about the Aptitude-svn-commit
mailing list