commit | 744ad05e473be49033d38f30aab63891ca4ee5c3 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Sat Aug 06 15:53:36 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Sat Aug 06 15:53:36 2011 -0700 |
tree | 6c14472de037544af316af24b24a37851bbced7d | |
parent | f88c95285b2d105a504d18736fe477f74c8c5b45 [diff] [blame] |
Remove stray trailing semicolons. Change-Id: I151191cc3ffdd9e8d5ea85496e435ee6f3716f56
diff --git a/src/heap.h b/src/heap.h index f8a5d23..6ce2db7 100644 --- a/src/heap.h +++ b/src/heap.h
@@ -52,11 +52,11 @@ static HeapBitmap* GetLiveBits() { return live_bitmap_; - }; + } static HeapBitmap* GetMarkBits() { return mark_bitmap_; - }; + } static size_t GetMaximumSize() { return maximum_size_;