Index: runtime/vm/bitmap.h |
diff --git a/runtime/vm/bitmap.h b/runtime/vm/bitmap.h |
index 56aeb7ff5c6ccc621f71338f4256f42aed50136a..e071bae2a4579e403899c74c1b14669fcbf33cdd 100644 |
--- a/runtime/vm/bitmap.h |
+++ b/runtime/vm/bitmap.h |
@@ -41,9 +41,6 @@ class BitmapBuilder : public ZoneAllocated { |
// Sets min..max (inclusive) to value. |
void SetRange(intptr_t min, intptr_t max, bool value); |
- // Replicates the bit map setting of the passed in Stackmap object. |
- void SetBits(const Stackmap& stackmap); |
Kevin Millikin (Google)
2012/08/17 09:07:43
This function is unused and doesn't seem useful at
|
- |
private: |
static const intptr_t kInitialSizeInBytes = 16; |
static const intptr_t kIncrementSizeInBytes = 16; |