diff options
Diffstat (limited to 'runtime/thread.cc')
-rw-r--r-- | runtime/thread.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/thread.cc b/runtime/thread.cc index c8aad1b..605a1b5 100644 --- a/runtime/thread.cc +++ b/runtime/thread.cc @@ -2311,10 +2311,6 @@ class ReferenceMapVisitor : public StackVisitor { } } - static bool TestBitmap(size_t reg, const uint8_t* reg_vector) { - return ((reg_vector[reg / kBitsPerByte] >> (reg % kBitsPerByte)) & 0x01) != 0; - } - // Visitor for when we visit a root. RootVisitor& visitor_; }; |