Skip to content

Commit 8036692

Browse files
committed
Fix lib/Sema/TypeCheckDeclOverride.cpp conflicts
1 parent d315d0a commit 8036692

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/Sema/TypeCheckDeclOverride.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,17 +1442,13 @@ namespace {
14421442

14431443
// Differentiation-related attributes.
14441444
UNINTERESTING_ATTR(Differentiable)
1445-
<<<<<<< HEAD
1446-
// SWIFT_ENABLE_TENSORFLOW
14471445
UNINTERESTING_ATTR(Derivative)
1446+
// SWIFT_ENABLE_TENSORFLOW
14481447
UNINTERESTING_ATTR(Transpose)
14491448
UNINTERESTING_ATTR(Differentiating)
14501449
UNINTERESTING_ATTR(NoDerivative)
14511450
UNINTERESTING_ATTR(CompilerEvaluable)
14521451
// SWIFT_ENABLE_TENSORFLOW END
1453-
=======
1454-
UNINTERESTING_ATTR(Derivative)
1455-
>>>>>>> upstream_20191216
14561452

14571453
// These can't appear on overridable declarations.
14581454
UNINTERESTING_ATTR(Prefix)

0 commit comments

Comments
 (0)