[gardening] Remove this-> from LangOpts that was added by mistake.

This commit is contained in:
Michael Gottesman
2025-03-13 12:54:47 -07:00
parent 90340a069a
commit 13c9e9c994
2 changed files with 21 additions and 21 deletions

View File

@@ -816,8 +816,9 @@ namespace swift {
llvm::SmallVector<std::string, 2> CustomConditionalCompilationFlags;
public:
//==========================================================================
// MARK: Features
// =========================================================================
//==========================================================================
/// A wrapper around the feature state enumeration.
struct FeatureState {