Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dec: drop old decoder and dead code #91

Merged
merged 7 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ TNTCXX_TEST(NAME RefVectorUnit.test TYPE ctest
LIBRARIES ${COMMON_LIB}
)

TNTCXX_TEST(NAME ItrRangeUnit.test TYPE ctest
SOURCES src/Utils/ItrRange.hpp test/ItrRangeUnitTest.cpp
LIBRARIES ${COMMON_LIB}
)

TNTCXX_TEST(NAME Base64Unit.test TYPE ctest
SOURCES src/Utils/Base64.hpp test/Base64UnitTest.cpp
LIBRARIES ${COMMON_LIB}
Expand Down
1 change: 0 additions & 1 deletion src/Client/EpollNetProvider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <string_view>

#include "Connection.hpp"
#include "../Utils/Timer.hpp"

template<class BUFFER, class NetProvider>
class Connector;
Expand Down
157 changes: 0 additions & 157 deletions src/Utils/ItrRange.hpp

This file was deleted.

73 changes: 0 additions & 73 deletions src/Utils/ObjHolder.hpp

This file was deleted.

Loading
Loading