1
0
mirror of https://github.com/facebook/zstd.git synced 2026-01-06 11:21:19 +03:00

zstdcli : trying to fix declaration after statement

This commit is contained in:
Ephraim Park
2019-06-04 09:23:49 -07:00
parent 5fe974261b
commit ef2c836955

View File

@@ -1167,7 +1167,6 @@ FIO_compressFilename_internal(FIO_prefs_t* const prefs,
{
UTIL_time_t const timeStart = UTIL_getTime();;
clock_t const cpuStart = clock();
U64 readsize = 0;
U64 compressedfilesize = 0;
U64 const fileSize = UTIL_getFileSize(srcFileName);