pkgtools

morpheus pkg tools
git clone git://git.2f30.org/pkgtools
Log | Files | Refs | README | LICENSE

commit ee260e995174132a4e2e5d8adaff36a2cae10be8
parent 7e2d562bd304fc849e215f2a097e21af20f787a0
Author: sin <sin@2f30.org>
Date:   Mon, 16 Jun 2014 08:45:56 +0100

Remove useless comment

Diffstat:
Mdb.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/db.c b/db.c @@ -507,7 +507,6 @@ dbrm(struct db *db, const char *file) estrlcat(path, de->pkg->name, sizeof(path)); if (vflag == 1) printf("removing %s\n", path); - /* nuke db entry for this package */ if (remove(path) < 0) { weprintf("remove %s:", path); return -1;