From b7978cfd4e1a02202ca4cff99250bf3e3dceebd8 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Mon, 2 May 2022 12:08:05 -0500 Subject: Remove src/serialization/list.h Unused ;) Also a comment from serialization.h --- src/serialization/serialization.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/serialization/serialization.h') 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 -- cgit v1.2.3