diff options
Diffstat (limited to 'runtime/gc/heap.h')
| -rw-r--r-- | runtime/gc/heap.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h index ba85c55c96..ff1e38b91a 100644 --- a/runtime/gc/heap.h +++ b/runtime/gc/heap.h @@ -601,9 +601,6 @@ class Heap {    void RemoveRememberedSet(space::Space* space);    bool IsCompilingBoot() const; -  bool RunningOnValgrind() const { -    return running_on_valgrind_; -  }    bool HasImageSpace() const;    ReferenceProcessor* GetReferenceProcessor() {  |