diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-06-01 17:54:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-06-01 17:54:32 +0000 |
| commit | 1775e867c408bbea2b7f197c0c40b26e586e9ef1 (patch) | |
| tree | 96b2b1f0f5988804b4ddd867d8ee6d0135cf9dce /src/GCCache.cc | |
| parent | 4e0fde35ac60dcf36c3180b1606abba84ccace34 (diff) | |
sync with bb-cvs
Diffstat (limited to 'src/GCCache.cc')
| -rw-r--r-- | src/GCCache.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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 } |
