summaryrefslogtreecommitdiffstats
path: root/tools/lib/io_timer.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2015-01-04 04:51:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2015-01-04 04:51:03 (GMT)
commitfe1bf910425fd04adcfb0d5c1e38bb2db4c61a62 (patch)
treeb9e10d611839542c8b02fde8c6504b6887b0708f /tools/lib/io_timer.h
parentc803666ec2330ef548e65bb3699c0f89d2adb45d (diff)
downloadhdf5-fe1bf910425fd04adcfb0d5c1e38bb2db4c61a62.zip
hdf5-fe1bf910425fd04adcfb0d5c1e38bb2db4c61a62.tar.gz
hdf5-fe1bf910425fd04adcfb0d5c1e38bb2db4c61a62.tar.bz2
[svn-r25946] Removed debug statments that use //.
Tested: env CFLAGS=-ansi buildhdf5 in jam and parallel platypus.
Diffstat (limited to 'tools/lib/io_timer.h')
-rw-r--r--tools/lib/io_timer.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/lib/io_timer.h b/tools/lib/io_timer.h
index 5480ed5..71738bf 100644
--- a/tools/lib/io_timer.h
+++ b/tools/lib/io_timer.h
@@ -73,18 +73,8 @@ typedef struct io_time_t {
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
-#if 1
-/* from sio_time.h */
-//extern io_time_t *sio_time_new(void);
-//extern void sio_time_destroy(io_time_t *pt);
-//extern void set_timer_type(io_time_t *pt);
-//extern io_time_t *set_time(io_time_t *pt, timer_type t, int start_stop);
-//extern double get_time(io_time_t *pt, timer_type t);
-#endif
extern io_time_t *io_time_new(clock_type t);
extern void io_time_destroy(io_time_t *pt);
-//extern void set_timer_type(io_time_t *pt, clock_type type);
-//extern clock_type get_timer_type(io_time_t *pt);
extern io_time_t *set_time(io_time_t *pt, timer_type t, int start_stop);
extern double get_time(io_time_t *pt, timer_type t);
#ifdef __cplusplus