aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/alloc.c
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-20 01:48:51 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-20 01:48:51 +0000
commit0d5d1e49b3b8b3eced7a69e45d4aabe4998d4b13 (patch)
treef4b115dae0cf9f01a2da88d5dfd6cc6f105f5515 /boehm-gc/alloc.c
parent6cf3854dee11bea1543cb3d9ce1042fbed6b779a (diff)
* Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78142 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/alloc.c')
-rw-r--r--boehm-gc/alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/boehm-gc/alloc.c b/boehm-gc/alloc.c
index f53061f872d..d2b874fc770 100644
--- a/boehm-gc/alloc.c
+++ b/boehm-gc/alloc.c
@@ -126,7 +126,6 @@ int GC_n_attempts = 0; /* Number of attempts at finishing */
unsigned long time_diff;
if ((count++ & 3) != 0) return(0);
-#ifndef NO_CLOCK
GET_TIME(current_time);
time_diff = MS_TIME_DIFF(current_time,GC_start_time);
if (time_diff >= GC_time_limit) {
@@ -139,7 +138,6 @@ int GC_n_attempts = 0; /* Number of attempts at finishing */
# endif
return(1);
}
-#endif
return(0);
}
#endif /* !SMALL_CONFIG */