Skip to content

Commit 1cb3d4a

Browse files
committed
Remove redundant static modifier
1 parent 36b0baf commit 1cb3d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ static swift::Demangle::NodePointer Desugar(swift::Demangle::Demangler &dem,
665665
}
666666

667667
/// Helper for \p GetSwiftName.
668-
static template <typename ContextInfo>
668+
template <typename ContextInfo>
669669
std::string ExtractSwiftName(
670670
clang::api_notes::APINotesReader::VersionedInfo<ContextInfo> info) {
671671
if (auto version = info.getSelected()) {

0 commit comments

Comments
 (0)