summaryrefslogtreecommitdiff
path: root/src/arch/arm/freebsd/system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/freebsd/system.cc')
-rw-r--r--src/arch/arm/freebsd/system.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/arch/arm/freebsd/system.cc b/src/arch/arm/freebsd/system.cc
index da427e832..84538e18e 100644
--- a/src/arch/arm/freebsd/system.cc
+++ b/src/arch/arm/freebsd/system.cc
@@ -51,7 +51,7 @@ using namespace ArmISA;
using namespace FreeBSD;
FreebsdArmSystem::FreebsdArmSystem(Params *p)
- : GenericArmSystem(p), dumpStatsPCEventF(nullptr),
+ : GenericArmSystem(p),
enableContextSwitchStatsDump(p->enable_context_switch_stats_dump),
taskFile(nullptr), kernelPanicEvent(nullptr), kernelOopsEvent(nullptr)
{
@@ -150,9 +150,6 @@ FreebsdArmSystem::~FreebsdArmSystem()
delete uDelaySkipEvent;
if (constUDelaySkipEvent)
delete constUDelaySkipEvent;
-
- if (dumpStatsPCEventF)
- delete dumpStatsPCEventF;
}
FreebsdArmSystem *