From a33955d60f3d6bd85f32b3b21f4f6ffb63ea1121 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 11 Jun 2013 20:49:16 -0500 Subject: [svn-r23757] Simple clean up--removed couple old commented line. Tested: h5committested. --- test/use_append_chunk.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/use_append_chunk.c b/test/use_append_chunk.c index 32582a4..d4de8da 100644 --- a/test/use_append_chunk.c +++ b/test/use_append_chunk.c @@ -159,7 +159,6 @@ int write_uc_file(void) } /* allocate space for data buffer chunksize X chunksize of UC_CTYPE */ - /*cz = UC_opts.chunksize;*/ memdims[0]=1; memdims[1] = memdims[2] = cz; if ((buffer=(UC_CTYPE*)HDmalloc(cz*cz*sizeof(UC_CTYPE)))==NULL) { @@ -200,7 +199,6 @@ int write_uc_file(void) count[1]=count[2]=cz; for (i=0; i