mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused or obsolete classes and files
This commit is contained in:
@@ -28,20 +28,10 @@
|
||||
#include <BeastConfig.h>
|
||||
|
||||
// Include this to get all the basic includes included, to prevent errors
|
||||
#include <beast/module/core/core.unity.cpp>
|
||||
#include <ripple/beast/core/core.unity.cpp>
|
||||
|
||||
#include <beast/asio/Asio.unity.cpp>
|
||||
#include <beast/boost/Boost.unity.cpp>
|
||||
#include <beast/chrono/Chrono.unity.cpp>
|
||||
#include <beast/container/Container.unity.cpp>
|
||||
#include <beast/crypto/Crypto.unity.cpp>
|
||||
#include <beast/http/HTTP.unity.cpp>
|
||||
#include <beast/insight/Insight.unity.cpp>
|
||||
#include <beast/net/Net.unity.cpp>
|
||||
//#include <beast/nudb/nudb.cpp>
|
||||
#include <beast/streams/streams.unity.cpp>
|
||||
#include <beast/threads/Threads.unity.cpp>
|
||||
#include <beast/utility/Utility.unity.cpp>
|
||||
|
||||
#include <beast/unit_test/define_print.cpp>
|
||||
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
This file is part of rippled: https://github.com/ripple/rippled
|
||||
Copyright (c) 2012, 2013 Ripple Labs Inc.
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
/* This file includes all of the C-language beast sources needed to link.
|
||||
By including them here, we avoid having to muck with the SConstruct
|
||||
Makefile, Project file, or whatever.
|
||||
|
||||
Note that these sources must be compiled using the C compiler.
|
||||
*/
|
||||
|
||||
#include <BeastConfig.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#error "Whoops! This file must be compiled with a C compiler!"
|
||||
#endif
|
||||
|
||||
#include <sqlite/sqlite.unity.c>
|
||||
@@ -21,14 +21,19 @@
|
||||
|
||||
#include <ripple/core/impl/Config.cpp>
|
||||
#include <ripple/core/impl/DatabaseCon.cpp>
|
||||
#include <ripple/core/impl/DeadlineTimer.cpp>
|
||||
#include <ripple/core/impl/LoadFeeTrack.cpp>
|
||||
#include <ripple/core/impl/LoadEvent.cpp>
|
||||
#include <ripple/core/impl/LoadMonitor.cpp>
|
||||
#include <ripple/core/impl/Job.cpp>
|
||||
#include <ripple/core/impl/JobQueue.cpp>
|
||||
#include <ripple/core/impl/SNTPClock.cpp>
|
||||
#include <ripple/core/impl/Stoppable.cpp>
|
||||
#include <ripple/core/impl/TimeKeeper.cpp>
|
||||
#include <ripple/core/impl/Workers.cpp>
|
||||
|
||||
#include <ripple/core/tests/Config.test.cpp>
|
||||
#include <ripple/core/tests/Coroutine.test.cpp>
|
||||
#include <ripple/core/tests/LoadFeeTrack.test.cpp>
|
||||
#include <ripple/core/tests/Stoppable.test.cpp>
|
||||
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
|
||||
#include <BeastConfig.h>
|
||||
|
||||
#include <beast/nudb/nudb.cpp>
|
||||
|
||||
#include <ripple/nodestore/backend/MemoryFactory.cpp>
|
||||
#include <ripple/nodestore/backend/NuDBFactory.cpp>
|
||||
#include <ripple/nodestore/backend/NullFactory.cpp>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef RIPPLE_UNITY_ROCKSDB_H_INCLUDED
|
||||
#define RIPPLE_UNITY_ROCKSDB_H_INCLUDED
|
||||
|
||||
#include <beast/Config.h>
|
||||
#include <ripple/beast/core/Config.h>
|
||||
|
||||
#ifdef __clang_major__
|
||||
#if __clang_major__ >= 7
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
//==============================================================================
|
||||
|
||||
#include <BeastConfig.h>
|
||||
#include <beast/Config.h>
|
||||
#include <ripple/beast/core/Config.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <cstddef>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include <beast/module/core/text/LexicalCast.h>
|
||||
#include <ripple/beast/core/LexicalCast.h>
|
||||
|
||||
// Must come first to prevent compilation errors.
|
||||
#include <websocketpp_02/src/uri.cpp>
|
||||
|
||||
Reference in New Issue
Block a user