summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2014-03-20 22:28:10 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2016-11-29 23:42:28 (GMT)
commit7f112f33a76723035e857296c1391af93bd54a2a (patch)
tree9939c380381b7d75a2b15b7273fbfd278d5fac87
parent0cdd10589a35609eb3f03f0067db21432a1c2ed6 (diff)
downloadhdf5-7f112f33a76723035e857296c1391af93bd54a2a.zip
hdf5-7f112f33a76723035e857296c1391af93bd54a2a.tar.gz
hdf5-7f112f33a76723035e857296c1391af93bd54a2a.tar.bz2
Removed getchar used in test to attach gdb
-rw-r--r--test/index.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/index.c b/test/index.c
index 90b9be7..f338c9c 100644
--- a/test/index.c
+++ b/test/index.c
@@ -188,7 +188,6 @@ main(int argc, char **argv)
MPI_Init(&argc, &argv);
- getchar();
/* Call EFF_init to initialize the EFF stack. */
EFF_init(MPI_COMM_WORLD, MPI_INFO_NULL);