From 2401fc9a4324d9f92fb2e32109f18f513f12a79f Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Tue, 17 Jan 2012 17:15:59 +0100 Subject: [PATCH] - remove duplicate line --- bindings/solv.i | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindings/solv.i b/bindings/solv.i index 7505b82c..929cf7fe 100644 --- a/bindings/solv.i +++ b/bindings/solv.i @@ -1065,8 +1065,7 @@ typedef struct { static const int REPO_USE_LOADING = REPO_USE_LOADING; static const int REPO_EXTEND_SOLVABLES = REPO_EXTEND_SOLVABLES; static const int SOLV_ADD_NO_STUBS = SOLV_ADD_NO_STUBS; /* repo_solv */ - static const int SUSETAGS_RECORD_SHARES = SUSETAGS_RECORD_SHARES; /* repo_susetags */ - static const int SOLV_ADD_NO_STUBS = SOLV_ADD_NO_STUBS ; /* repo_solv */ + static const int SUSETAGS_RECORD_SHARES = SUSETAGS_RECORD_SHARES; /* repo_susetags */ void free(bool reuseids = 0) { repo_free($self, reuseids); -- 2.47.2