summaryrefslogtreecommitdiff
path: root/src/fix.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-11 14:06:06 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-13 18:22:00 +0300
commitb8c44536ca911418fee1c9ab4eecbb913a1ca852 (patch)
treea89e68b12f4d3daf089c475beeb71c53ffb8cc3a /src/fix.c
parentf292a858677ae0e1af8910ffbd4b338f4b36c18b (diff)
downloadapk-tools-b8c44536ca911418fee1c9ab4eecbb913a1ca852.tar.gz
apk-tools-b8c44536ca911418fee1c9ab4eecbb913a1ca852.tar.bz2
apk-tools-b8c44536ca911418fee1c9ab4eecbb913a1ca852.tar.xz
apk-tools-b8c44536ca911418fee1c9ab4eecbb913a1ca852.zip
solver: rewrite as deductive solver -- core features
Implementing basic dependency handling, install_if and awareness of pinning.
Diffstat (limited to 'src/fix.c')
-rw-r--r--src/fix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fix.c b/src/fix.c
index ba39d51..7314ddc 100644
--- a/src/fix.c
+++ b/src/fix.c
@@ -16,8 +16,6 @@
#include "apk_print.h"
#include "apk_solver.h"
-/* FIXME: reimplement fix applet */
-
struct fix_ctx {
unsigned short solver_flags;
int fix_depends : 1;