From 5fc08034ea071119c5407898c81d0aa012512430 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 18 Jul 2024 23:06:19 -0400 Subject: MemoryMap update with new segment model. --- examples/triage/byte.h | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/triage/byte.h') diff --git a/examples/triage/byte.h b/examples/triage/byte.h index 1c8c20f8..53a037e7 100644 --- a/examples/triage/byte.h +++ b/examples/triage/byte.h @@ -40,7 +40,6 @@ class ByteView : public QAbstractScrollArea, public View QTimer* m_cursorTimer; void updateRanges(); - void removeRange(uint64_t begin, uint64_t end); void setTopToAddress(uint64_t addr); -- cgit v1.3.1