From 25bd016d1792738a837128350377692f3570ad06 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 26 Jun 2013 17:22:31 +0200 Subject: [PATCH] delete stray comment --- ext/repo_updateinfoxml.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ext/repo_updateinfoxml.c b/ext/repo_updateinfoxml.c index 59e9b172..220a8200 100644 --- a/ext/repo_updateinfoxml.c +++ b/ext/repo_updateinfoxml.c @@ -154,19 +154,9 @@ datestr2timestamp(const char *date) return timegm(&tm); } -/* - * if we have seen a ... - * inside of ... - * - * - * If not, we must insert an empty filename to UPDATE_COLLECTION_FILENAME - * at in order to keep all UPDATE_COLLECTION_* arrays in sync - */ - /* * create evr (as Id) from 'epoch', 'version' and 'release' attributes */ - static Id makeevr_atts(Pool *pool, struct parsedata *pd, const char **atts) { @@ -296,8 +286,6 @@ startElement(void *userData, const char *name, const char **atts) else if (!strcmp(*atts, "version")) version = atts[1]; } - - solvable = pd->solvable = pool_id2solvable(pool, repo_add_solvable(pd->repo)); pd->datanum = pd->solvable - pool->solvables; -- 2.47.2