Remove catch_user_interfaces

It used to be a file that would collect interfaces we always wanted
to provide to users, so that the single header stitching script
would place them in the common part of the single header version.

As v3 is moving to separate headers model, the file is no longer
useful.
This commit is contained in:
Martin Hořeňovský
2020-04-18 15:41:53 +02:00
parent 3f2ada03d5
commit 3836aa9ceb
2 changed files with 0 additions and 19 deletions

View File

@@ -118,7 +118,6 @@ set(INTERNAL_HEADERS
${SOURCES_DIR}/catch_tostring.h
${SOURCES_DIR}/catch_totals.h
${SOURCES_DIR}/catch_uncaught_exceptions.h
${SOURCES_DIR}/catch_user_interfaces.h
${SOURCES_DIR}/catch_version.h
${SOURCES_DIR}/catch_version_macros.hpp
${SOURCES_DIR}/catch_wildcard_pattern.h