From b07265664cdab6d0c4b1c1db82af46dcc411420f Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Mon, 7 Feb 2022 13:32:26 +0100 Subject: [PATCH] Moved deprecated and unused rssharedptr.h --- src/gxs/rsgxsnetservice.h | 5 ++--- .../unittests/libretroshare/gxs/nxs_test}/rssharedptr.h | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename {src/util => tests/unittests/libretroshare/gxs/nxs_test}/rssharedptr.h (100%) diff --git a/src/gxs/rsgxsnetservice.h b/src/gxs/rsgxsnetservice.h index 015d01301..2896a100d 100644 --- a/src/gxs/rsgxsnetservice.h +++ b/src/gxs/rsgxsnetservice.h @@ -4,8 +4,8 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Christopher Evi-Parker * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2022 Gioacchino Mazzurco * + * Copyright (C) 2019-2022 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * @@ -36,7 +36,6 @@ #include "rsgxsnetutils.h" #include "pqi/p3cfgmgr.h" #include "rsgixs.h" -#include "util/rssharedptr.h" /// keep track of transaction number typedef std::map TransactionIdMap; diff --git a/src/util/rssharedptr.h b/tests/unittests/libretroshare/gxs/nxs_test/rssharedptr.h similarity index 100% rename from src/util/rssharedptr.h rename to tests/unittests/libretroshare/gxs/nxs_test/rssharedptr.h