diff options
| author | Pieter Wuille <[email protected]> | 2013-10-26 20:34:48 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2013-10-26 20:34:48 +0200 |
| commit | e9755001ab1b63d205f1e130ffe42b213cb052c6 (patch) | |
| tree | 59ed4d0bc5b09e91d53d72328e4b1c170b4ad5f3 /src/init.cpp | |
| parent | Merge pull request #3153 (diff) | |
| download | discoin-e9755001ab1b63d205f1e130ffe42b213cb052c6.tar.xz discoin-e9755001ab1b63d205f1e130ffe42b213cb052c6.zip | |
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.
Diffstat (limited to 'src/init.cpp')
0 files changed, 0 insertions, 0 deletions