OSDN Git Service

(system_clock_): Remove (just f90 intrinsic).
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jul 1998 09:52:26 +0000 (09:52 +0000)
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jul 1998 09:52:26 +0000 (09:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20947 138bc75d-0d04-0410-961f-82ee72b054a4

libf2c/f2cext.c

index fa1eff7..2b51d88 100644 (file)
@@ -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);