From 97b4db10bf1de27892f6583ec4714621a8f04404 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 10 Mar 2023 16:49:53 +0100 Subject: [PATCH] remove TODO --- mission/tmtc/CfdpTmFunnel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mission/tmtc/CfdpTmFunnel.cpp b/mission/tmtc/CfdpTmFunnel.cpp index 8bbbb3f6..46915b82 100644 --- a/mission/tmtc/CfdpTmFunnel.cpp +++ b/mission/tmtc/CfdpTmFunnel.cpp @@ -79,7 +79,6 @@ ReturnValue_t CfdpTmFunnel::handlePacket(TmTcMessage& msg) { tmStore.deleteData(msg.getStorageId()); msg.setStorageId(newStoreId); store_address_t origStoreId = newStoreId; - // TODO: Also route to persistent TM store store_address_t storageId; result = ramToFileStore.addData(&storageId, newPacketData, packetLen);