diff options
Diffstat (limited to 'libarchive/archive_ppmd_private.h')
-rw-r--r-- | libarchive/archive_ppmd_private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libarchive/archive_ppmd_private.h b/libarchive/archive_ppmd_private.h index e78bde5..a83b851 100644 --- a/libarchive/archive_ppmd_private.h +++ b/libarchive/archive_ppmd_private.h @@ -69,13 +69,6 @@ typedef struct void (*Write)(void *p, Byte b); } IByteOut; - -typedef struct -{ - void *(*Alloc)(void *p, size_t size); - void (*Free)(void *p, void *address); /* address can be 0 */ -} ISzAlloc; - /*** End defined in Types.h ***/ /*** Begin defined in CpuArch.h ***/ |