Skip to content

Commit 40e3fb9

Browse files
committed
Remove SWIFT_ENABLE_TENSORFLOW comments.
1 parent adb7648 commit 40e3fb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sema/TypeCheckAttr.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,6 @@ bool swift::isValidDynamicCallableMethod(FuncDecl *funcDecl, DeclContext *DC,
982982

983983
}
984984

985-
// SWIFT_ENABLE_TENSORFLOW
986985
/// Returns true if a declaration has a valid implementation of a
987986
/// @dynamicCallable attribute requirement.
988987
static bool hasValidDynamicCallableMethod(TypeChecker &TC,
@@ -1019,7 +1018,6 @@ static bool hasValidDynamicCallableMethod(TypeChecker &TC,
10191018
return true;
10201019
}
10211020

1022-
// SWIFT_ENABLE_TENSORFLOW
10231021
void AttributeChecker::
10241022
visitDynamicCallableAttr(DynamicCallableAttr *attr) {
10251023
// This attribute is only allowed on nominal types.

0 commit comments

Comments
 (0)