Skip to content

Commit f6d99b0

Browse files
committed
Minor cleanup.
1 parent 4a086a2 commit f6d99b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/SIL/SILDifferentiabilityWitness.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
#define DEBUG_TYPE "sil-differentiability-witness"
1414

15-
// SWIFT_ENABLE_TENSORFLOW
1615
#include "swift/AST/ASTMangler.h"
17-
// SWIFT_ENABLE_TENSORFLOW_END
1816
#include "swift/SIL/SILDifferentiabilityWitness.h"
1917
#include "swift/SIL/SILModule.h"
2018

@@ -51,7 +49,6 @@ SILDifferentiabilityWitness *SILDifferentiabilityWitness::createDefinition(
5149
derivativeGenSig, jvp, vjp, /*isDeclaration*/ false, isSerialized,
5250
attribute);
5351
// Register the differentiability witness in the module.
54-
// Register the differentiability witness in the module.
5552
Mangle::ASTMangler mangler;
5653
auto mangledKey =
5754
mangler.mangleSILDifferentiabilityWitnessKey(diffWitness->getKey());

0 commit comments

Comments
 (0)