Skip to content

Commit 686a734

Browse files
committed
runtime: remove unused private field in Threadcache
1 parent 555035a commit 686a734

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runtime/include/alaska/ThreadCache.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ namespace alaska {
6565
// it might allocate from. When a size class fills up, it is returned
6666
// to the global heap and another one is allocated.
6767
alaska::SizedPage *size_classes[alaska::num_size_classes] = {nullptr};
68-
69-
70-
alaska::LocalityPage *locality_page;
7168
};
7269

7370

0 commit comments

Comments
 (0)