mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r16114] remove commented code
tested: windows, linux
This commit is contained in:
parent
b067b416b2
commit
5508fda3b8
@ -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++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user