summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-11-21 19:51:43 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-11-21 19:51:43 (GMT)
commit5508fda3b8cd95006bfde87430b59838ad65251d (patch)
treeca4b08ffc111493c61db3d30d433e39bbb08a524 /tools
parentb067b416b21013d38dff9f46948b6db3862450c1 (diff)
downloadhdf5-5508fda3b8cd95006bfde87430b59838ad65251d.zip
hdf5-5508fda3b8cd95006bfde87430b59838ad65251d.tar.gz
hdf5-5508fda3b8cd95006bfde87430b59838ad65251d.tar.bz2
[svn-r16114] remove commented code
tested: windows, linux
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/h5repack_filters.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/h5repack/h5repack_filters.c b/tools/h5repack/h5repack_filters.c
index 8f51e20..5038cbb 100644
--- a/tools/h5repack/h5repack_filters.c
+++ b/tools/h5repack/h5repack_filters.c
@@ -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++)