Skip to content

Commit fbf87cc

Browse files
committed
Fixing compile warning
1 parent 1fb5d8d commit fbf87cc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

StackTrace.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,11 +1819,6 @@ static constexpr size_t findMatching( const char *str, size_t N, size_t pos ) no
18191819
}
18201820
return pos2;
18211821
}
1822-
template<std::size_t N>
1823-
static constexpr size_t findMatching( const std::array<char, N> &str, size_t pos ) noexcept
1824-
{
1825-
return findMatching( str.data(), N );
1826-
}
18271822
static void cleanupFunctionName( char *function )
18281823
{
18291824
constexpr size_t npos = std::string::npos;

0 commit comments

Comments
 (0)