Remove unused code

This commit is contained in:
Emmanuel Marty 2019-10-11 09:14:19 +02:00 committed by GitHub
parent c363ecf527
commit 89f1664ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@
#include "lib.h"
#include "shrink_block_v2.h"
#include "format.h"
#include "hashmap.h"
#include "matchfinder.h"
/**

View File

@ -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;