diff --git a/darshan-util/Makefile.in b/darshan-util/Makefile.in index 11bdbf11e631bd4bf1fe1edc03ecf347d20ac808..8b571db1bb855c899c4492a18af73270312fde3c 100644 --- a/darshan-util/Makefile.in +++ b/darshan-util/Makefile.in @@ -1,4 +1,4 @@ -all: libdarshan-util.a darshan-analyzer darshan-convert darshan-parser +all: libdarshan-util.a darshan-parser DESTDIR = srcdir = @srcdir@ diff --git a/darshan-util/darshan-posix-logutils.c b/darshan-util/darshan-posix-logutils.c index 18ef014603dd3ea2893b30cf4e739dea882bddf0..d3640d9c8d31e4c8ed77dee41e6e3ed5ae43a5c6 100644 --- a/darshan-util/darshan-posix-logutils.c +++ b/darshan-util/darshan-posix-logutils.c @@ -66,7 +66,6 @@ static int darshan_log_get_posix_file(darshan_fd fd, void** psx_buf_p, *file_rec = (void *)file; *rec_id = file->f_id; *psx_buf_p = (file + 1); /* increment input buf by size of file record */ - //((struct darshan_posix_file *)(*psx_buf_p))++; *bytes_left -= sizeof(struct darshan_posix_file); return(0);