mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-11-19 01:08:51 +00:00
Remove unused code
This commit is contained in:
parent
c363ecf527
commit
89f1664ae6
@ -35,7 +35,6 @@
|
||||
#include "lib.h"
|
||||
#include "shrink_block_v2.h"
|
||||
#include "format.h"
|
||||
#include "hashmap.h"
|
||||
#include "matchfinder.h"
|
||||
|
||||
/**
|
||||
|
@ -34,7 +34,6 @@
|
||||
#define _SHRINK_CONTEXT_H
|
||||
|
||||
#include "divsufsort.h"
|
||||
#include "hashmap.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -124,7 +123,6 @@ typedef struct _lzsa_compressor {
|
||||
int flags;
|
||||
int safe_dist;
|
||||
int num_commands;
|
||||
lzsa_hashmap_t cost_map;
|
||||
lzsa_stats stats;
|
||||
} lzsa_compressor;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user