index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Diogo Sousa <diogogsousa@gmail.com> | 2011-08-29 02:51:32 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-28 23:30:10 -0500 |
commit | 3a458783a2617b7b22a756f95b5f66f3da79146f (patch) | |
tree | fbb30be3953691a35ddf31181738ddd028aa94bd /lib/libalpm/package.h | |
parent | 2cfcc874b9332ad207398b9e20dc8880d93e8ae4 (diff) |
-rw-r--r-- | lib/libalpm/package.h | 6 |
diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index 707405dd..5962b1d0 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -34,12 +34,6 @@ #include "db.h" #include "signing.h" -typedef enum _alpm_pkgfrom_t { - PKG_FROM_FILE = 1, - PKG_FROM_LOCALDB, - PKG_FROM_SYNCDB -} alpm_pkgfrom_t; - /** Package operations struct. This struct contains function pointers to * all methods used to access data in a package to allow for things such * as lazy package intialization (such as used by the file backend). Each |