mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Remove no longer needed code.
This commit is contained in:
@@ -83,13 +83,6 @@ struct SwiftDiagnostic {
|
||||
|
||||
private:
|
||||
bool has(Visibility v) const;
|
||||
|
||||
constexpr void setOptionalArg(Visibility v) { visibility = v; }
|
||||
constexpr void setOptionalArg(Severity s) { severity = s; }
|
||||
|
||||
// intentionally left undefined
|
||||
template <typename T>
|
||||
constexpr void setOptionalArg(T);
|
||||
};
|
||||
|
||||
inline constexpr SwiftDiagnostic::Visibility operator|(SwiftDiagnostic::Visibility lhs,
|
||||
|
||||
Reference in New Issue
Block a user