mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Remove unused.
This commit is contained in:
parent
1ca937db1c
commit
df1ec6dd08
|
|
@ -85,7 +85,6 @@ extern int errno;
|
||||||
#define unlikely(x) __builtin_expect(!!(x), 0)
|
#define unlikely(x) __builtin_expect(!!(x), 0)
|
||||||
|
|
||||||
typedef long long int i64;
|
typedef long long int i64;
|
||||||
typedef uint16_t u16;
|
|
||||||
typedef uint32_t u32;
|
typedef uint32_t u32;
|
||||||
|
|
||||||
typedef struct rzip_control rzip_control;
|
typedef struct rzip_control rzip_control;
|
||||||
|
|
@ -172,9 +171,6 @@ typedef struct md5_ctx md5_ctx;
|
||||||
#define SALT_LEN 8
|
#define SALT_LEN 8
|
||||||
#define CBC_LEN 16
|
#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 {\
|
#define print_err(format, args...) do {\
|
||||||
fprintf(stderr, format, ##args); \
|
fprintf(stderr, format, ##args); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue