File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -4808,10 +4808,6 @@ void VarDecl::setOriginalWrappedProperty(VarDecl *originalProperty) {
4808
4808
ctx.getImpl ().OriginalWrappedProperties [this ] = originalProperty;
4809
4809
}
4810
4810
4811
- <<<<<<< HEAD
4812
- // SWIFT_ENABLE_TENSORFLOW
4813
- =======
4814
- >>>>>>> swift-DEVELOPMENT-SNAPSHOT-2019 -10 -13 -a
4815
4811
IndexSubset *
4816
4812
IndexSubset::get (ASTContext &ctx, const SmallBitVector &indices) {
4817
4813
auto &foldingSet = ctx.getImpl ().IndexSubsets ;
@@ -4832,8 +4828,7 @@ IndexSubset::get(ASTContext &ctx, const SmallBitVector &indices) {
4832
4828
foldingSet.InsertNode (newNode, insertPos);
4833
4829
return newNode;
4834
4830
}
4835
- <<<<<<< HEAD
4836
-
4831
+ // TODO(saeta): CHECK IF CAN BE REMOVED!
4837
4832
AutoDiffDerivativeFunctionIdentifier *
4838
4833
AutoDiffDerivativeFunctionIdentifier::get (
4839
4834
AutoDiffDerivativeFunctionKind kind, IndexSubset *parameterIndices,
@@ -4857,5 +4852,3 @@ AutoDiffDerivativeFunctionIdentifier::get(
4857
4852
4858
4853
return newNode;
4859
4854
}
4860
- =======
4861
- >>>>>>> swift-DEVELOPMENT-SNAPSHOT-2019 -10 -13 -a
You can’t perform that action at this time.
0 commit comments