From 8811ba4502eebc7d980fdaa4a08f71bb92ed27f9 Mon Sep 17 00:00:00 2001 From: Duke Date: Wed, 31 Jan 2024 20:27:46 -0500 Subject: [PATCH] Delete more CCs #381 --- src/Makefile.am | 1 - src/cc/CCassetstx.cpp | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 src/cc/CCassetstx.cpp diff --git a/src/Makefile.am b/src/Makefile.am index 97ae53ae1..2685252ec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -330,7 +330,6 @@ libbitcoin_wallet_a_SOURCES = \ transaction_builder.cpp \ wallet/rpcdump.cpp \ cc/CCassetsCore.cpp \ - cc/CCassetstx.cpp \ cc/CCtx.cpp \ wallet/rpcwallet.cpp \ wallet/rpchushwallet.cpp \ diff --git a/src/cc/CCassetstx.cpp b/src/cc/CCassetstx.cpp deleted file mode 100644 index 596f3643b..000000000 --- a/src/cc/CCassetstx.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) 2016-2023 The Hush developers -// Distributed under the GPLv3 software license, see the accompanying -// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html -/****************************************************************************** - * Copyright © 2014-2019 The SuperNET Developers. * - * * - * See the AUTHORS, DEVELOPER-AGREEMENT and LICENSE files at * - * the top-level directory of this distribution for the individual copyright * - * holder information and the developer policies on copyright and licensing. * - * * - * Unless otherwise agreed in a custom licensing agreement, no part of the * - * SuperNET software, including this file may be copied, modified, propagated * - * or distributed except according to the terms contained in the LICENSE file * - * * - * Removal or modification of this copyright notice is prohibited. * - * * - ******************************************************************************/ - -#include "CCassets.h" -#include "CCtokens.h" -