More files to C++.
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.c
index 5723a848db68dc970ef8068ac8afa0285abbd7d8..a00886e26fc2453bfd5ef4cf9cc9f183b10dfa5d 100644 (file)
 #include "nbnxn_cuda_data_mgmt.h"
 #include "nbnxn_cuda/nbnxn_cuda.h"
 
-#if 0
-typedef struct gmx_timeprint {
-
-} t_gmx_timeprint;
-#endif
-
-/* Portable version of ctime_r implemented in src/gmxlib/string2.c, but we do not want it declared in public installed headers */
-char *
-gmx_ctime_r(const time_t *clock, char *buf, int n);
-
-
 double
 gmx_gettime()
 {