diff options
Diffstat (limited to 'src/bin/pg_dump/pg_backup_tar.c')
-rw-r--r-- | src/bin/pg_dump/pg_backup_tar.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_backup_tar.c b/src/bin/pg_dump/pg_backup_tar.c index fd74835165b..775118f2978 100644 --- a/src/bin/pg_dump/pg_backup_tar.c +++ b/src/bin/pg_dump/pg_backup_tar.c @@ -615,8 +615,6 @@ _WriteData(ArchiveHandle *AH, const void *data, size_t dLen) if (tarWrite(data, dLen, tctx->TH) != dLen) WRITE_ERROR_EXIT; - - return; } static void @@ -818,7 +816,6 @@ _ReadBuf(ArchiveHandle *AH, void *buf, size_t len) fatal("could not read from input file: end of file"); ctx->filePos += len; - return; } static void |