aboutsummaryrefslogtreecommitdiff
path: root/gcc/timevar.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-16 22:40:47 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-16 22:40:47 +0200
commit33b0d00f2a41e9a0dcdfeeabfd61242ea46a9b04 (patch)
tree4a1f5a8d5497ba07bc73cfff5ce06aa0ef5b9c9c /gcc/timevar.h
parent3391875b693deb002dd58198aec31e13a0ffc18b (diff)
downloadgcc-33b0d00f2a41e9a0dcdfeeabfd61242ea46a9b04.zip
gcc-33b0d00f2a41e9a0dcdfeeabfd61242ea46a9b04.tar.gz
gcc-33b0d00f2a41e9a0dcdfeeabfd61242ea46a9b04.tar.bz2
timevar.c (get_run_time): Remove function provided also by libiberty.
* timevar.c (get_run_time): Remove function provided also by libiberty. * timevar.h: Remove get_run_time declaration. From-SVN: r68037
Diffstat (limited to 'gcc/timevar.h')
-rw-r--r--gcc/timevar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/timevar.h b/gcc/timevar.h
index abcbb95..5de57ed 100644
--- a/gcc/timevar.h
+++ b/gcc/timevar.h
@@ -1,5 +1,5 @@
/* Timing variables for measuring compiler performance.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2003 Free Software Foundation, Inc.
Contributed by Alex Samuel <samuel@codesourcery.com>
This file is part of GCC.
@@ -88,7 +88,6 @@ extern void timevar_get PARAMS ((timevar_id_t, struct timevar_time_def *));
extern void timevar_print PARAMS ((FILE *));
/* Provided for backward compatibility. */
-extern long get_run_time PARAMS ((void));
extern void print_time PARAMS ((const char *, long));
#endif /* ! GCC_TIMEVAR_H */