Skip to content

Commit

Permalink
Remove unused 'old Beast' code (RIPD-1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbougalis authored and manojsdoshi committed Feb 12, 2020
1 parent d224d7e commit 172ead8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 133 deletions.
1 change: 0 additions & 1 deletion Builds/CMake/RippledCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@ else ()
src/test/beast/beast_PropertyStream_test.cpp
src/test/beast/beast_Zero_test.cpp
src/test/beast/beast_abstract_clock_test.cpp
src/test/beast/beast_asio_error_test.cpp
src/test/beast/beast_basic_seconds_clock_test.cpp
src/test/beast/beast_io_latency_probe_test.cpp
src/test/beast/define_print.cpp
Expand Down
81 changes: 0 additions & 81 deletions src/ripple/beast/asio/ssl_error.h

This file was deleted.

1 change: 0 additions & 1 deletion src/ripple/server/impl/BaseHTTPPeer.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <ripple/server/Session.h>
#include <ripple/server/impl/io_list.h>
#include <ripple/beast/net/IPAddressConversion.h>
#include <ripple/beast/asio/ssl_error.h> // for is_short_read?
#include <boost/beast/core/stream_traits.hpp>
#include <boost/beast/http/read.hpp>
#include <boost/beast/http/message.hpp>
Expand Down
49 changes: 0 additions & 49 deletions src/test/beast/beast_asio_error_test.cpp

This file was deleted.

1 change: 0 additions & 1 deletion src/test/unity/beast_test_unity1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include <test/beast/aged_associative_container_test.cpp>
#include <test/beast/beast_abstract_clock_test.cpp>
#include <test/beast/beast_asio_error_test.cpp>
#include <test/beast/beast_basic_seconds_clock_test.cpp>
#include <test/beast/beast_io_latency_probe_test.cpp>
#include <test/beast/beast_CurrentThreadName_test.cpp>
Expand Down

0 comments on commit 172ead8

Please sign in to comment.