ndn-handle: Implementatation of delete
Delete without EndBlockId and delete check are not supported yet.
Change-Id: Ib971e9ed8db412dae86d07f87e168dea11f51b0b
diff --git a/ndn-handle/write-handle.cpp b/ndn-handle/write-handle.cpp
index dac5ca8..68fc2a6 100644
--- a/ndn-handle/write-handle.cpp
+++ b/ndn-handle/write-handle.cpp
@@ -328,9 +328,9 @@
return;
}
ProcessInfo& process = m_processes[processId];
- RepoCommandResponse& response = process.response;
- SegmentNo& nextSegment = process.nextSegment;
- queue<SegmentNo>& nextSegmentQueue = process.nextSegmentQueue;
+ // RepoCommandResponse& response = process.response;
+ // SegmentNo& nextSegment = process.nextSegment;
+ // queue<SegmentNo>& nextSegmentQueue = process.nextSegmentQueue;
map<SegmentNo, int>& retryCounts = process.retryCounts;
SegmentNo timeoutSegment = interest.getName().get(-1).toSegment();