Remove unused catch_impl.hpp header

It became useless when we moved away from the single-header model,
because it was used an entry point for stitching CPP into the single
header file.
This commit is contained in:
Martin Hořeňovský
2020-04-06 10:09:16 +02:00
parent 7892954c99
commit 3f2ada03d5
3 changed files with 13 additions and 34 deletions

View File

@@ -60,7 +60,6 @@ set(INTERNAL_HEADERS
${SOURCES_DIR}/catch_generators.hpp
${SOURCES_DIR}/catch_generators_generic.hpp
${SOURCES_DIR}/catch_generators_specific.hpp
${SOURCES_DIR}/catch_impl.hpp
${SOURCES_DIR}/catch_interfaces_capture.h
${SOURCES_DIR}/catch_interfaces_config.h
${SOURCES_DIR}/catch_interfaces_enum_values_registry.h