We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512488f commit cdc0d15Copy full SHA for cdc0d15
src/utils/file.c
@@ -3423,11 +3423,6 @@ fio_communicate(int in, int out)
3423
}
3424
3425
// CLASSES
3426
-typedef struct pioError {
3427
- fobjErr p; /* parent */
3428
- int _errno;
3429
-} pioError;
3430
-
3431
typedef struct pioLocalDrive
3432
{
3433
} pioLocalDrive;
@@ -3481,11 +3476,6 @@ typedef struct pioWriteFilter {
3481
3476
} pioWriteFilter;
3482
3477
3483
3478
#ifdef HAVE_LIBZ
3484
-typedef struct pioGZError {
3485
3486
- int _gzerrno;
3487
-} pioGZError;
3488
3489
3479
typedef struct pioGZCompress {
3490
3480
z_stream strm;
3491
bool finished;
0 commit comments