From bd33a6656c385ff9c760d79dff753e6bd1c642bd Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 7 Sep 2012 13:19:02 +0300 Subject: Axe the no longer needed rpmfi string "cache" stuff --- lib/rpmfi_internal.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/rpmfi_internal.h') 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 #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 /** -- cgit v1.2.3