Skip to content

Commit d93a9c0

Browse files
committed
Fix last merge conflict.
1 parent 558dcb8 commit d93a9c0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

lib/AST/ASTContext.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4808,10 +4808,6 @@ void VarDecl::setOriginalWrappedProperty(VarDecl *originalProperty) {
48084808
ctx.getImpl().OriginalWrappedProperties[this] = originalProperty;
48094809
}
48104810

4811-
<<<<<<< HEAD
4812-
// SWIFT_ENABLE_TENSORFLOW
4813-
=======
4814-
>>>>>>> swift-DEVELOPMENT-SNAPSHOT-2019-10-13-a
48154811
IndexSubset *
48164812
IndexSubset::get(ASTContext &ctx, const SmallBitVector &indices) {
48174813
auto &foldingSet = ctx.getImpl().IndexSubsets;
@@ -4832,8 +4828,7 @@ IndexSubset::get(ASTContext &ctx, const SmallBitVector &indices) {
48324828
foldingSet.InsertNode(newNode, insertPos);
48334829
return newNode;
48344830
}
4835-
<<<<<<< HEAD
4836-
4831+
// TODO(saeta): CHECK IF CAN BE REMOVED!
48374832
AutoDiffDerivativeFunctionIdentifier *
48384833
AutoDiffDerivativeFunctionIdentifier::get(
48394834
AutoDiffDerivativeFunctionKind kind, IndexSubset *parameterIndices,
@@ -4857,5 +4852,3 @@ AutoDiffDerivativeFunctionIdentifier::get(
48574852

48584853
return newNode;
48594854
}
4860-
=======
4861-
>>>>>>> swift-DEVELOPMENT-SNAPSHOT-2019-10-13-a

0 commit comments

Comments
 (0)