From 1775e867c408bbea2b7f197c0c40b26e586e9ef1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 1 Jun 2002 17:54:32 +0000 Subject: sync with bb-cvs --- src/GCCache.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/GCCache.cc') diff --git a/src/GCCache.cc b/src/GCCache.cc index 941d67ef..57310a44 100644 --- a/src/GCCache.cc +++ b/src/GCCache.cc @@ -90,8 +90,6 @@ BGCCache::~BGCCache(void) { std::for_each(cache, cache + cache_total_size, PointerAssassin()); delete [] cache; delete [] contexts; - cache = 0; - contexts = 0; } @@ -116,6 +114,7 @@ BGCCacheContext *BGCCache::nextContext(unsigned int scr) { fprintf(stderr, "BGCCache: context fault!\n"); abort(); + return (BGCCacheContext*) 0; // not reached } -- cgit v1.2.3