We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066ca98 commit c9c16c0Copy full SHA for c9c16c0
src/large_pages/node_large_page.cc
@@ -238,7 +238,6 @@ struct text_region FindNodeTextRegion() {
238
} else {
239
char* start = reinterpret_cast<char*>(hugepage_align_up(addr));
240
char* end = reinterpret_cast<char*>(hugepage_align_down(addr+size));
241
- size_t esize = end - start;
242
243
if (end > start && (map.protection & VM_PROT_READ) != 0 &&
244
(map.protection & VM_PROT_EXECUTE) != 0) {
0 commit comments