[svn-r16114] remove commented code

tested: windows, linux
This commit is contained in:
Pedro Vicente Nunes 2008-11-21 14:51:43 -05:00
parent b067b416b2
commit 5508fda3b8

View File

@ -292,15 +292,6 @@ int apply_filters(const char* name, /* object name from traverse list */
obj.chunk.rank = rank;
#if 0
for ( i = 0; i < rank; i++)
{
obj.chunk.chunk_lengths[i] = dims[i];
}
#else
/*
* determine the strip mine size. The strip mine is
* a hyperslab whose size is manageable.
@ -320,10 +311,6 @@ int apply_filters(const char* name, /* object name from traverse list */
obj.chunk.chunk_lengths[i] = sm_size[i];
}
#endif
}
for ( i=0; i<obj.nfilters; i++)