summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-02-13 13:45:24 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-02-13 13:45:24 (GMT)
commit37ccf524d1e663839acb09880d227b2cd94e2d19 (patch)
tree510488f950275d103548345845b18af7e9cd4384 /tools
parentacf7b097138e22304647e3bec935dd26bd48d4e0 (diff)
downloadhdf5-37ccf524d1e663839acb09880d227b2cd94e2d19.zip
hdf5-37ccf524d1e663839acb09880d227b2cd94e2d19.tar.gz
hdf5-37ccf524d1e663839acb09880d227b2cd94e2d19.tar.bz2
[svn-r14567] removed comments that were mistakenly transfered from 1.8
tested: linux
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/h5repack.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c
index 8246a73..34e7d06 100644
--- a/tools/h5repack/h5repack.c
+++ b/tools/h5repack/h5repack.c
@@ -21,7 +21,6 @@
#include "h5tools_utils.h"
#include "H5private.h"
-
extern char *progname;
/*-------------------------------------------------------------------------
@@ -251,10 +250,6 @@ int h5repack_addlayout(const char* str,
*
* Date: September, 22, 2003
*
- * Modification:
- * Peter Cao, July 9, 2007
- * Add "-L, --latest" and other options to pack a file with the latest file format
- *
*-------------------------------------------------------------------------
*/
static int check_options(pack_opt_t *options)