mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Remove extraneous FIO_ctx_t functions
This commit is contained in:
parent
48bca10792
commit
60ee0519ca
2 changed files with 0 additions and 24 deletions
|
|
@ -539,26 +539,6 @@ void FIO_setNbFilesTotal(FIO_ctx_t* const fCtx, int value)
|
|||
fCtx->nbFilesTotal = value;
|
||||
}
|
||||
|
||||
void FIO_setNbFilesProcessed(FIO_ctx_t* const fCtx, int value)
|
||||
{
|
||||
fCtx->nbFilesProcessed = value;
|
||||
}
|
||||
|
||||
void FIO_setCurrFileIdx(FIO_ctx_t* const fCtx, int value)
|
||||
{
|
||||
fCtx->currFileIdx = value;
|
||||
}
|
||||
|
||||
void FIO_setTotalBytesInput(FIO_ctx_t* const fCtx, size_t value)
|
||||
{
|
||||
fCtx->totalBytesInput = value;
|
||||
}
|
||||
|
||||
void FIO_setTotalBytesOutput(FIO_ctx_t* const fCtx, size_t value)
|
||||
{
|
||||
fCtx->totalBytesOutput = value;
|
||||
}
|
||||
|
||||
/*-*************************************
|
||||
* Functions
|
||||
***************************************/
|
||||
|
|
|
|||
|
|
@ -106,10 +106,6 @@ void FIO_setContentSize(FIO_prefs_t* const prefs, int value);
|
|||
|
||||
/* FIO_ctx_t functions */
|
||||
void FIO_setNbFilesTotal(FIO_ctx_t* const fCtx, int value);
|
||||
void FIO_setNbFilesProcessed(FIO_ctx_t* const fCtx, int value);
|
||||
void FIO_setCurrFileIdx(FIO_ctx_t* const fCtx, int value);
|
||||
void FIO_setTotalBytesInput(FIO_ctx_t* const fCtx, size_t value);
|
||||
void FIO_setTotalBytesOutput(FIO_ctx_t* const fCtx, size_t value);
|
||||
|
||||
/*-*************************************
|
||||
* Single File functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue