diff options
author | Jeffrey <jeffryan@tamu.edu> | 2022-05-02 12:08:05 -0500 |
---|---|---|
committer | Jeffrey <jeffryan@tamu.edu> | 2022-05-02 12:08:05 -0500 |
commit | b7978cfd4e1a02202ca4cff99250bf3e3dceebd8 (patch) | |
tree | af56452c803c42a77a4994348a57d0435ef8e3d1 /src/serialization/serialization.h | |
parent | Merge pull request #8275 (diff) | |
download | monero-b7978cfd4e1a02202ca4cff99250bf3e3dceebd8.tar.xz |
Remove src/serialization/list.h
Unused ;)
Also a comment from serialization.h
Diffstat (limited to 'src/serialization/serialization.h')
-rw-r--r-- | src/serialization/serialization.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/serialization/serialization.h b/src/serialization/serialization.h index 590b84428..381d29cfc 100644 --- a/src/serialization/serialization.h +++ b/src/serialization/serialization.h @@ -132,13 +132,6 @@ inline bool do_serialize(Archive &ar, bool &v) return true; } -// Never used in the code base -// #ifndef __GNUC__ -// #ifndef constexpr -// #define constexpr -// #endif -// #endif - /* the following add a trait to a set and define the serialization DSL*/ /*! \macro BLOB_SERIALIZER |