summaryrefslogtreecommitdiff
path: root/lib/rpmfi_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-09-07 13:19:02 +0300
committerPanu Matilainen <pmatilai@redhat.com>2012-09-07 13:34:56 +0300
commitbd33a6656c385ff9c760d79dff753e6bd1c642bd (patch)
tree96ab1389a0161f012f934be82af8dd4d924cb9f8 /lib/rpmfi_internal.h
parent90e3792232d204aaf6e38f2a30d372a993448560 (diff)
downloadlibrpm-tizen-bd33a6656c385ff9c760d79dff753e6bd1c642bd.tar.gz
librpm-tizen-bd33a6656c385ff9c760d79dff753e6bd1c642bd.tar.bz2
librpm-tizen-bd33a6656c385ff9c760d79dff753e6bd1c642bd.zip
Axe the no longer needed rpmfi string "cache" stuff
Diffstat (limited to 'lib/rpmfi_internal.h')
-rw-r--r--lib/rpmfi_internal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/rpmfi_internal.h b/lib/rpmfi_internal.h
index a657f931f..4dd8ac366 100644
--- a/lib/rpmfi_internal.h
+++ b/lib/rpmfi_internal.h
@@ -6,13 +6,6 @@
#include <rpm/rpmstrpool.h>
#include "lib/fprint.h"
-/*
- * This limits maximum unique strings (user + group names) from packages to
- * 65535, should be plenty but easy to bump if ever needed.
- */
-typedef uint16_t scidx_t;
-typedef struct strcache_s *strcache;
-
#define RPMFIMAGIC 0x09697923
/**