summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-06 17:53:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-06 17:53:16 (GMT)
commit0e53db4964c1b615f7553f370d9a451fedd06252 (patch)
tree54a6e2cc3e7f711ab56573a4fcbab7fbcf3245b8 /c++
parent64e365a48fece102cf43ed19634e36a53647ed4e (diff)
downloadhdf5-0e53db4964c1b615f7553f370d9a451fedd06252.zip
hdf5-0e53db4964c1b615f7553f370d9a451fedd06252.tar.gz
hdf5-0e53db4964c1b615f7553f370d9a451fedd06252.tar.bz2
[svn-r8024] Purpose:
Code cleanup Description: Refactor library testing framework (used for the testhdf5 & ttsafe tests) to remove almost all of the duplicated code, moving the common code into a new 'testframe.c' source file. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o thread-safety h5committest
Diffstat (limited to 'c++')
-rw-r--r--c++/test/testhdf5.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp
index fbe28a0..f8aecbd 100644
--- a/c++/test/testhdf5.cpp
+++ b/c++/test/testhdf5.cpp
@@ -47,10 +47,6 @@
/* Internal Variables */
static int Index = 0;
-/* Global variables */
-int num_errs = 0;
-int Verbosity;
-
// Use C version of the header file testhdf5.h instead of re-coding it
#include "testhdf5.h"