Skip to content

Commit b3a7475

Browse files
knstkwvg
andcommitted
refactor: removed dead commented code from serialize.h
Co-authored-by: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com>
1 parent c8a6f69 commit b3a7475

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/serialize.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -824,13 +824,6 @@ struct VectorFormatter
824824
template<typename Stream, typename A, typename B, typename C> void Serialize(Stream& os, const std::basic_string<A, B, C>& str);
825825
template<typename Stream, typename A, typename B, typename C> void Unserialize(Stream& is, std::basic_string<A, B, C>& str);
826826

827-
/**
828-
* SecureString
829-
*/
830-
/*
831-
template<typename Stream, typename C> void Serialize(Stream& os, const SecureString& str);
832-
template<typename Stream, typename C> void Unserialize(Stream& is, SecureString& str);
833-
*/
834827
/**
835828
* prevector
836829
* prevectors of unsigned char are a special case and are intended to be serialized as a single opaque blob.

0 commit comments

Comments
 (0)