Skip to content

Commit cdc0d15

Browse files
committed
remove unused structs
1 parent 512488f commit cdc0d15

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/utils/file.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3423,11 +3423,6 @@ fio_communicate(int in, int out)
34233423
}
34243424

34253425
// CLASSES
3426-
typedef struct pioError {
3427-
fobjErr p; /* parent */
3428-
int _errno;
3429-
} pioError;
3430-
34313426
typedef struct pioLocalDrive
34323427
{
34333428
} pioLocalDrive;
@@ -3481,11 +3476,6 @@ typedef struct pioWriteFilter {
34813476
} pioWriteFilter;
34823477

34833478
#ifdef HAVE_LIBZ
3484-
typedef struct pioGZError {
3485-
fobjErr p; /* parent */
3486-
int _gzerrno;
3487-
} pioGZError;
3488-
34893479
typedef struct pioGZCompress {
34903480
z_stream strm;
34913481
bool finished;

0 commit comments

Comments
 (0)