summaryrefslogtreecommitdiff
path: root/lib/psm.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-24 17:36:31 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-24 17:36:31 +0300
commitc636733f3628ebf2e10cbf10dfbe7a52cc5e3fea (patch)
treeef55a273f72ad4a170dd66129520c2cfcd522fc5 /lib/psm.c
parentc55f6b0a939cb63a07cc9bf227b5b25372dee59e (diff)
downloadrpm-c636733f3628ebf2e10cbf10dfbe7a52cc5e3fea.tar.gz
rpm-c636733f3628ebf2e10cbf10dfbe7a52cc5e3fea.tar.bz2
rpm-c636733f3628ebf2e10cbf10dfbe7a52cc5e3fea.zip
Remove outdated comment, add a todo reminder
- callbacks for pkgs without files have been faked for some time now..
Diffstat (limited to 'lib/psm.c')
-rw-r--r--lib/psm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/psm.c b/lib/psm.c
index c600520ce..193ad4eb0 100644
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -1256,10 +1256,6 @@ static int rpmpsmNext(rpmpsm psm, pkgStage nstage)
return rpmpsmStage(psm, psm->nstage);
}
-/**
- * @todo Packages w/o files never get a callback, hence don't get displayed
- * on install with -v.
- */
/* FIX: testing null annotation for fi->h */
rpmRC rpmpsmStage(rpmpsm psm, pkgStage stage)
{