HomePhabricator

Remove redundant insert method in serialize.
e9755001ab1bUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove redundant insert method in serialize.

This seems to cause problems on recent clang, and looks totally
redundant and unused.

The const_iterator version is identical to the vector::const_iterator
one (which is a typedef thereof). Marking it private (instead of
removing) compiles fine, so this version is effectively unused even.

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on Oct 26 2013, 18:34
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGe21300517780: Merge pull request #3153
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rSTAGINGe9755001ab1b: Remove redundant insert method in serialize. (authored by Pieter Wuille <pieter.wuille@gmail.com>).Oct 26 2013, 18:34