diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2015-03-24 20:21:53 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2015-03-24 20:21:53 (GMT) |
commit | 13299383ea1ddd9688f343ced7789a8a39f72099 (patch) | |
tree | be864e2b7a3b75f6cdc4f6e03e390ce133768e39 | |
parent | 43dec53436614341f3597271603b90d41dac5ac2 (diff) | |
download | hdf5-13299383ea1ddd9688f343ced7789a8a39f72099.zip hdf5-13299383ea1ddd9688f343ced7789a8a39f72099.tar.gz hdf5-13299383ea1ddd9688f343ced7789a8a39f72099.tar.bz2 |
[svn-r26557] Removed commented VDS read code. tested on jam.
-rw-r--r-- | examples/h5_vds.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/h5_vds.c b/examples/h5_vds.c index 8d19527..e55f73d 100644 --- a/examples/h5_vds.c +++ b/examples/h5_vds.c @@ -224,7 +224,6 @@ main (void) free(buf); } -#ifdef EIP /* * Read the data using the default properties. */ @@ -241,7 +240,6 @@ main (void) printf (" %3d", rdata[i][j]); printf ("]\n"); } -#endif /* * Close and release resources. */ |