mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r25946] Removed debug statments that use //.
Tested: env CFLAGS=-ansi buildhdf5 in jam and parallel platypus.
This commit is contained in:
parent
c803666ec2
commit
fe1bf91042
@ -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
|
||||
|
@ -38,7 +38,6 @@
|
||||
#endif /* !MPI_FILE_NULL */
|
||||
|
||||
#include "pio_perf.h"
|
||||
//#include "io_timer.h"
|
||||
|
||||
/* Macro definitions */
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "hdf5.h"
|
||||
|
||||
#include "sio_perf.h"
|
||||
//#include "io_timer.h"
|
||||
|
||||
/* Macro definitions */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user