From ca9a5d41338a96e4310ebcfc4e45b866df6fc629 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Wed, 25 Oct 2017 06:30:47 -0600 Subject: [PATCH] fixed warning --- libsrc/posixio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libsrc/posixio.c b/libsrc/posixio.c index 5a7fc67b8..335d261ca 100644 --- a/libsrc/posixio.c +++ b/libsrc/posixio.c @@ -338,9 +338,6 @@ px_pgin(ncio *const nciop, { int status; ssize_t nread; - size_t read_count = 0; - ssize_t bytes_xfered = 0; - void *p = vp; #ifdef X_ALIGN assert(offset % X_ALIGN == 0); assert(extent % X_ALIGN == 0);