summaryrefslogtreecommitdiff
path: root/include/internal/catch_section_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/catch_section_info.cpp')
-rw-r--r--include/internal/catch_section_info.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/internal/catch_section_info.cpp b/include/internal/catch_section_info.cpp
deleted file mode 100644
index 89714e35..00000000
--- a/include/internal/catch_section_info.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Created by Martin on 01/08/2017.
- *
- * Distributed under the Boost Software License, Version 1.0. (See accompanying
- * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- */
-
-#include "catch_section_info.h"
-
-namespace Catch {
-
- SectionInfo::SectionInfo
- ( SourceLineInfo const& _lineInfo,
- std::string const& _name )
- : name( _name ),
- lineInfo( _lineInfo )
- {}
-
-} // end namespace Catch