Skip to content

Commit e587c13

Browse files
author
Marc Rasi
committed
fix compilation
1 parent eaf695d commit e587c13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/SILOptimizer/Mandatory/TFDifferentiation.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,6 @@ class DifferentiationTask {
714714
/// Note: This is only used when `DifferentiationUseVJP`.
715715
DenseMap<ApplyInst *, NestedApplyActivity> nestedApplyActivities;
716716

717-
DenseMap<StructExtractInst *, NestedStructExtractStrategy>
718-
nestedStructExtractStrategies;
719-
720717
/// Cache for associated functions.
721718
SILFunction *primal = nullptr;
722719
SILFunction *adjoint = nullptr;

0 commit comments

Comments
 (0)