mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Remove dead code and method name typo
This commit is contained in:
@ -15,17 +15,10 @@
|
|||||||
***************************************/
|
***************************************/
|
||||||
#include <stdlib.h> /* malloc, calloc, free */
|
#include <stdlib.h> /* malloc, calloc, free */
|
||||||
#include <string.h> /* memset */
|
#include <string.h> /* memset */
|
||||||
#include <stdio.h> /* fprintf(), stderr */
|
|
||||||
#include "error_private.h"
|
#include "error_private.h"
|
||||||
#include "zstd_internal.h"
|
#include "zstd_internal.h"
|
||||||
|
|
||||||
|
|
||||||
/*-************************************
|
|
||||||
* Display Macros
|
|
||||||
**************************************/
|
|
||||||
#define DISPLAY(...) fprintf(stderr, __VA_ARGS__)
|
|
||||||
|
|
||||||
|
|
||||||
/*-****************************************
|
/*-****************************************
|
||||||
* Version
|
* Version
|
||||||
******************************************/
|
******************************************/
|
||||||
|
@ -512,7 +512,7 @@ int main(int argCount, const char* argv[])
|
|||||||
memset(&compressionParams, 0, sizeof(compressionParams));
|
memset(&compressionParams, 0, sizeof(compressionParams));
|
||||||
|
|
||||||
/* init crash handler */
|
/* init crash handler */
|
||||||
ZSTD_addAbortHandler();
|
FIO_addAbortHandler();
|
||||||
|
|
||||||
/* command switches */
|
/* command switches */
|
||||||
for (argNb=1; argNb<argCount; argNb++) {
|
for (argNb=1; argNb<argCount; argNb++) {
|
||||||
|
Reference in New Issue
Block a user