fixed redundant declarations in legacy v0.5 and v0.7 decoders

triggered by new flag -Wredundant-decls
This commit is contained in:
Yann Collet
2017-05-15 17:44:04 -07:00
parent 83d0c764dc
commit 133f0aee54
2 changed files with 0 additions and 9 deletions
-2
View File
@@ -2920,8 +2920,6 @@ typedef struct {
void ZSTDv07_seqToCodes(const seqStore_t* seqStorePtr, size_t const nbSeq);
/* custom memory allocation functions */
void* ZSTDv07_defaultAllocFunction(void* opaque, size_t size);
void ZSTDv07_defaultFreeFunction(void* opaque, void* address);
static const ZSTDv07_customMem defaultCustomMem = { ZSTDv07_defaultAllocFunction, ZSTDv07_defaultFreeFunction, NULL };
#endif /* ZSTDv07_CCOMMON_H_MODULE */