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

Remove unused AnyErrorOf #4883

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
169 changes: 0 additions & 169 deletions src/OrbitBase/AnyErrorOfTest.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions src/OrbitBase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ target_include_directories(OrbitBase PRIVATE
target_sources(OrbitBase PRIVATE
include/OrbitBase/Action.h
include/OrbitBase/Align.h
include/OrbitBase/AnyErrorOf.h
include/OrbitBase/AnyInvocable.h
include/OrbitBase/AnyMovable.h
include/OrbitBase/Append.h
Expand Down Expand Up @@ -109,7 +108,6 @@ add_executable(OrbitBaseTests)
target_sources(OrbitBaseTests PRIVATE
AlignTest.cpp
AnyInvocableTest.cpp
AnyErrorOfTest.cpp
AnyMovableTest.cpp
AppendTest.cpp
CanceledOrTest.cpp
Expand Down
133 changes: 0 additions & 133 deletions src/OrbitBase/include/OrbitBase/AnyErrorOf.h

This file was deleted.

Loading