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 | 67e5ca9ad6f1c861ad315476a88f9d36c38a0abb (diff) | |
| download | monzero-core-b7978cfd4e1a02202ca4cff99250bf3e3dceebd8.tar.gz monzero-core-b7978cfd4e1a02202ca4cff99250bf3e3dceebd8.tar.xz monzero-core-b7978cfd4e1a02202ca4cff99250bf3e3dceebd8.zip | |
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 |
