summaryrefslogtreecommitdiff
path: root/external/mdds/tdf90579.patch.0
diff options
context:
space:
mode:
Diffstat (limited to 'external/mdds/tdf90579.patch.0')
-rw-r--r--external/mdds/tdf90579.patch.023
1 files changed, 0 insertions, 23 deletions
diff --git a/external/mdds/tdf90579.patch.0 b/external/mdds/tdf90579.patch.0
deleted file mode 100644
index 5ef1bc74097d..000000000000
--- a/external/mdds/tdf90579.patch.0
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/include/mdds/multi_type_vector_def.inl b/include/mdds/multi_type_vector_def.inl
-index 0e2a15a..fe9c767 100644
---- include/mdds/multi_type_vector_def.inl
-+++ include/mdds/multi_type_vector_def.inl
-@@ -2306,6 +2306,9 @@ void multi_type_vector<_CellBlockFunc, _EventFunc>::swap_single_to_multi_blocks(
- {
- // Source range is at the top of a block.
-
-+ // Shrink the current block by erasing the top part.
-+ element_block_func::erase(*blk_src->mp_data, 0, len);
-+
- if (src_tail_len == 0)
- {
- // the whole block needs to be replaced.
-@@ -2314,8 +2317,6 @@ void multi_type_vector<_CellBlockFunc, _EventFunc>::swap_single_to_multi_blocks(
- }
- else
- {
-- // Shrink the current block by erasing the top part.
-- element_block_func::erase(*blk_src->mp_data, 0, len);
- blk_src->m_size -= len;
- }
-