From 82aedaf93767df8b3e2149f8c02565c11c2242a8 Mon Sep 17 00:00:00 2001 From: Vlad Dobromyslov Date: Thu, 24 Feb 2022 09:44:25 +0300 Subject: [PATCH] #235 Delete small objects for game_object, tournament_object, match_object, betting_market_group_object, betting_market_object --- libraries/chain/small_objects.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libraries/chain/small_objects.cpp b/libraries/chain/small_objects.cpp index 75a3906f..24166e4e 100644 --- a/libraries/chain/small_objects.cpp +++ b/libraries/chain/small_objects.cpp @@ -43,10 +43,6 @@ #include #include #include -#include -#include -#include -#include #include @@ -76,8 +72,3 @@ GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::witness_object GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::witness_scheduler ) GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::witness_schedule_object ) GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::worker_object ) -GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::game_object ) -GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::tournament_object ) -GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::match_object ) -GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::betting_market_group_object ) -GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::betting_market_object )