diff --git a/include/internal/catch_common.h b/include/internal/catch_common.h index 41573556..58fbe0ff 100644 --- a/include/internal/catch_common.h +++ b/include/internal/catch_common.h @@ -116,9 +116,6 @@ namespace Catch { bool empty() const { return file.empty(); } - bool empty() const { - return file.empty(); - } std::string file; std::size_t line;