mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "[TypeChecker] Add a flag to disable Double<->CGFloat implicit conversion"
This reverts commit 3c731d8748.
This commit is contained in:
@@ -88,9 +88,6 @@ ConstraintSystem::ConstraintSystem(DeclContext *dc,
|
||||
}
|
||||
if (Context.LangOpts.UseClangFunctionTypes)
|
||||
Options |= ConstraintSystemFlags::UseClangFunctionTypes;
|
||||
|
||||
if (Context.TypeCheckerOpts.DisableImplicitDoubleCGFloatConversion)
|
||||
Options |= ConstraintSystemFlags::DisableImplicitDoubleCGFloatConversion;
|
||||
}
|
||||
|
||||
ConstraintSystem::~ConstraintSystem() {
|
||||
|
||||
Reference in New Issue
Block a user