mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
Remove dead code and method name typo
This commit is contained in:
@ -512,7 +512,7 @@ int main(int argCount, const char* argv[])
|
||||
memset(&compressionParams, 0, sizeof(compressionParams));
|
||||
|
||||
/* init crash handler */
|
||||
ZSTD_addAbortHandler();
|
||||
FIO_addAbortHandler();
|
||||
|
||||
/* command switches */
|
||||
for (argNb=1; argNb<argCount; argNb++) {
|
||||
|
Reference in New Issue
Block a user