From df1ec6dd0884f6d0a4fea7c7d46c1be91b068556 Mon Sep 17 00:00:00 2001 From: ckolivas Date: Tue, 22 Mar 2011 13:06:44 +1100 Subject: [PATCH] Remove unused. --- lrzip_private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lrzip_private.h b/lrzip_private.h index b3eb03f..0c6d941 100644 --- a/lrzip_private.h +++ b/lrzip_private.h @@ -85,7 +85,6 @@ extern int errno; #define unlikely(x) __builtin_expect(!!(x), 0) typedef long long int i64; -typedef uint16_t u16; typedef uint32_t u32; typedef struct rzip_control rzip_control; @@ -172,9 +171,6 @@ typedef struct md5_ctx md5_ctx; #define SALT_LEN 8 #define CBC_LEN 16 -/* Needs to be less than 31 bits and page aligned on 32 bits */ -#define two_gig ((1ull << 31) - 4096) - #define print_err(format, args...) do {\ fprintf(stderr, format, ##args); \ } while (0)