aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs6
1 files changed, 0 insertions, 6 deletions
diff --git a/URPM.xs b/URPM.xs
index 5ea9c17..0b88cee 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -94,16 +94,10 @@ typedef struct s_Package* URPM__Package;
#define FILENAME_TAG 1000000
-#define FILESIZE_TAG 1000001
#define FILTER_MODE_ALL_FILES 0
#define FILTER_MODE_CONF_FILES 2
-/* promote epoch sense should be :
- 0 for compability with old packages
- 1 for rpm 4.2 and better new approach. */
-#define PROMOTE_EPOCH_SENSE 1
-
static ssize_t write_nocheck(int fd, const void *buf, size_t count) {
return write(fd, buf, count);
}