summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2015-03-24 20:21:53 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2015-03-24 20:21:53 (GMT)
commit13299383ea1ddd9688f343ced7789a8a39f72099 (patch)
treebe864e2b7a3b75f6cdc4f6e03e390ce133768e39 /examples
parent43dec53436614341f3597271603b90d41dac5ac2 (diff)
downloadhdf5-13299383ea1ddd9688f343ced7789a8a39f72099.zip
hdf5-13299383ea1ddd9688f343ced7789a8a39f72099.tar.gz
hdf5-13299383ea1ddd9688f343ced7789a8a39f72099.tar.bz2
[svn-r26557] Removed commented VDS read code. tested on jam.
Diffstat (limited to 'examples')
-rw-r--r--examples/h5_vds.c2
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.
*/