aboutsummaryrefslogtreecommitdiff
path: root/libf2c/f2cext.c
diff options
context:
space:
mode:
authorDave Love <fx@gcc.gnu.org>1998-07-06 09:52:26 +0000
committerDave Love <fx@gcc.gnu.org>1998-07-06 09:52:26 +0000
commit40eea1507935904743c63f2f81a52d5cabb06ac7 (patch)
tree268d3ff5c561671128d698531956d6957ae37720 /libf2c/f2cext.c
parent28ef523e11b229bec6ffe168b4e3d7dd13cbd9f3 (diff)
downloadgcc-40eea1507935904743c63f2f81a52d5cabb06ac7.zip
gcc-40eea1507935904743c63f2f81a52d5cabb06ac7.tar.gz
gcc-40eea1507935904743c63f2f81a52d5cabb06ac7.tar.bz2
(system_clock_): Remove (just f90 intrinsic).
From-SVN: r20947
Diffstat (limited to 'libf2c/f2cext.c')
-rw-r--r--libf2c/f2cext.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libf2c/f2cext.c b/libf2c/f2cext.c
index fa1eff7..2b51d88 100644
--- a/libf2c/f2cext.c
+++ b/libf2c/f2cext.c
@@ -512,13 +512,6 @@ integer symlnk_ (const char *path1, const char *path2, const ftnlen Lpath1, cons
}
#endif
-#ifdef Lsclock
-int system_clock_ (integer *count, integer *count_rate, integer *count_max) {
- extern int G77_system_clock_0 (integer *count, integer *count_rate, integer *count_max);
- return G77_system_clock_0 (count, count_rate, count_max);
-}
-#endif
-
#ifdef Ltime
longint time_ (void) {
extern longint G77_time_0 (void);