From 23e559120f2899d9151370c0f92f986b90b98143 Mon Sep 17 00:00:00 2001
From: Dimitrios Stoupis <dimitris.apple@gmail.com>
Date: Tue, 20 Nov 2018 07:51:33 +0000
Subject: [PATCH] Remove unused statement

---
 src/Services/MemMangService.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Services/MemMangService.cpp b/src/Services/MemMangService.cpp
index 7ce197a0..fcd784e0 100644
--- a/src/Services/MemMangService.cpp
+++ b/src/Services/MemMangService.cpp
@@ -24,7 +24,6 @@ void MemoryManagementService::RawDataMemoryManagement::dumpRawData(Message &requ
 	//uint8_t *readData = nullptr; // Pointer to store the data read from the memory
 	uint16_t readLength = 0; // Data length to read (updated for each new iteration)
 	uint32_t startAddress = 0; // Start address for the memory read (updated in each new iteration)
-	MemoryManagementService::MemoryID meId;
 
 	// Read the packet's values
 	iterationCount = request.readUint8();
-- 
GitLab