Remove RENDERER_TRACE

This commit is contained in:
Lander Gallastegi 2025-05-16 15:24:58 +02:00
parent 291d989b49
commit 08b0ac18a0

View File

@ -200,7 +200,6 @@ struct PageManager::Impl {
u64 range_bytes = 0;
const auto release_pending = [&] {
RENDERER_TRACE;
if (range_bytes > 0) {
// Add pending (un)protect action
update_ranges.push_back({range_begin << PAGE_BITS, range_bytes, perms});