From 8865c0c270b517e5ecd4a8fb304287fb642bdfe5 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 12 Feb 2020 00:10:31 +0100 Subject: [PATCH] why BOOST_CLASS_VERSION was there?? --- src/wallet/wallets_manager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wallet/wallets_manager.h b/src/wallet/wallets_manager.h index 59ea9c5a..f8476851 100644 --- a/src/wallet/wallets_manager.h +++ b/src/wallet/wallets_manager.h @@ -41,8 +41,6 @@ namespace po = boost::program_options; #include #endif -//TODO: need refactoring here. (template classes can't be used in BOOST_CLASS_VERSION) -BOOST_CLASS_VERSION(nodetool::node_server >, CURRENT_P2P_STORAGE_ARCHIVE_VER); struct wallet_lock_time_watching_policy {