remove old compat. field entry from installed db handling

Package pinning was first implemented with 'p' tag. However, it
was before any release renamed to 's', and 'p' was reserved for
package provides support for which is used now.
cute-signatures
Timo Teräs 2015-02-04 11:52:22 +02:00
parent 43182c02f4
commit 4c1cdf5b9c
1 changed files with 0 additions and 1 deletions

View File

@ -832,7 +832,6 @@ int apk_db_index_read(struct apk_database *db, struct apk_bstream *bs, int repo)
case 'q':
ipkg->replaces_priority = apk_blob_pull_uint(&l, 10);
break;
case 'p':
case 's':
ipkg->repository_tag = apk_db_get_tag_id(db, l);
break;