diff options
Diffstat (limited to 'src/dev/arm/flash_device.cc')
-rw-r--r-- | src/dev/arm/flash_device.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/arm/flash_device.cc b/src/dev/arm/flash_device.cc index 297354b65..60c910626 100644 --- a/src/dev/arm/flash_device.cc +++ b/src/dev/arm/flash_device.cc @@ -472,8 +472,6 @@ FlashDevice::getUnknownPages(uint32_t index) void FlashDevice::regStats() { - AbstractNVM::regStats(); - using namespace Stats; std::string fd_name = name() + ".FlashDevice"; |