Skip to content

Commit

Permalink
removed comment out code in readstat_sas.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SInginc authored Jan 12, 2024
1 parent 9a65a22 commit 325e077
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sas/readstat_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,6 @@ readstat_error_t sas_read_header(readstat_io_t *io, sas_header_info_t *hinfo,
hinfo->creation_time = sas_convert_time(creation_time, creation_time_diff, epoch);
hinfo->modification_time = sas_convert_time(modification_time, modification_time_diff, epoch);

// if (io->seek(16, READSTAT_SEEK_CUR, io->io_ctx) == -1) {
// retval = READSTAT_ERROR_SEEK;
// goto cleanup;
// }

uint32_t header_size, page_size;

if (io->read(&header_size, sizeof(uint32_t), io->io_ctx) < sizeof(uint32_t)) {
Expand Down

0 comments on commit 325e077

Please sign in to comment.