Skip to content

Commit 37f75ec

Browse files
authored
Merge pull request swiftlang#30708 from dan-zheng/autodiff-cleanup
2 parents 3d26b07 + 29cc7fb commit 37f75ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILGen/SILGenPoly.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3905,7 +3905,6 @@ ManagedValue SILGenFunction::getThunkedAutoDiffLinearMap(
39053905
return getThunkedResult();
39063906
}
39073907

3908-
// SWIFT_ENABLE_TENSORFLOW
39093908
SILFunction *SILGenModule::getOrCreateCustomDerivativeThunk(
39103909
SILFunction *customDerivativeFn, SILFunction *originalFn,
39113910
const AutoDiffConfig &config, AutoDiffDerivativeFunctionKind kind) {

0 commit comments

Comments
 (0)