timevar: we don't care about backward compatibility

* lib/timevar.h, lib/timevar.c (get_run_time, print_time): Remove.
This commit is contained in:
Akim Demaille
2018-09-22 10:22:24 +02:00
parent 100f8696c7
commit 69720f1231
2 changed files with 0 additions and 29 deletions

View File

@@ -83,10 +83,6 @@ extern void timevar_stop (timevar_id_t);
extern void timevar_get (timevar_id_t, struct timevar_time_def *);
extern void timevar_print (FILE *);
/* Provided for backward compatibility. */
extern long get_run_time (void);
extern void print_time (const char *, long);
extern int timevar_report;
#endif /* ! _TIMEVAR_H */