gdb: Use C++11 std::chrono
[deliverable/binutils-gdb.git] / gdb / defs.h
index 6d0d2dd433a374ea3a5cac0d795d9543a27ff55e..3d21f62f52cc3a59d5effb62dcb78014acdfc092 100644 (file)
@@ -303,20 +303,6 @@ extern void symbol_file_command (char *, int);
 /* * Remote targets may wish to use this as their load function.  */
 extern void generic_load (const char *name, int from_tty);
 
-/* * Report on STREAM the performance of memory transfer operation,
-   such as 'load'.
-   @param DATA_COUNT is the number of bytes transferred.
-   @param WRITE_COUNT is the number of separate write operations, or 0,
-   if that information is not available.
-   @param START_TIME is the time at which an operation was started.
-   @param END_TIME is the time at which an operation ended.  */
-struct timeval;
-extern void print_transfer_performance (struct ui_file *stream,
-                                       unsigned long data_count,
-                                       unsigned long write_count,
-                                       const struct timeval *start_time,
-                                       const struct timeval *end_time);
-
 /* From top.c */
 
 typedef void initialize_file_ftype (void);
This page took 0.023408 seconds and 4 git commands to generate.