diff options
Diffstat (limited to 'lib/rpmfi_internal.h')
-rw-r--r-- | lib/rpmfi_internal.h | 7 |
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 /** |