remove old serialization support for TableSchema

This commit is contained in:
Arne Morten Kvarving
2020-03-17 10:07:46 +01:00
parent 7f2f1309bd
commit 05d02dcd66
3 changed files with 1 additions and 24 deletions

View File

@@ -76,9 +76,7 @@ class RFTConfig;
class Segment;
class SpiralICD;
class Tabdims;
class TableContainer;
class TableManager;
class TableSchema;
class TimeStampUTC;
class Tuning;
class UDAValue;
@@ -463,7 +461,6 @@ ADD_PACK_PROTOTYPES(SpiralICD)
ADD_PACK_PROTOTYPES(std::string)
ADD_PACK_PROTOTYPES(Tabdims)
ADD_PACK_PROTOTYPES(TableManager)
ADD_PACK_PROTOTYPES(TableSchema)
ADD_PACK_PROTOTYPES(TimeMap)
ADD_PACK_PROTOTYPES(TimeStampUTC)
ADD_PACK_PROTOTYPES(Tuning)