Skip to content

Commit d94de02

Browse files
authored
Merge pull request #35271 from tbkka/tbkka/remove-dead-dynamicCastDecl
2 parents 8da6fbf + 7d686cd commit d94de02

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

stdlib/public/runtime/DynamicCast.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,17 +2185,6 @@ tryCast(
21852185
/****************************** Main Entrypoint *******************************/
21862186
/******************************************************************************/
21872187

2188-
// XXX REMOVE ME XXX TODO XXX
2189-
// Declare the old entrypoint
2190-
SWIFT_RUNTIME_EXPORT
2191-
bool
2192-
swift_dynamicCast_OLD(OpaqueValue *destLocation,
2193-
OpaqueValue *srcValue,
2194-
const Metadata *srcType,
2195-
const Metadata *destType,
2196-
DynamicCastFlags flags);
2197-
// XXX REMOVE ME XXX TODO XXX
2198-
21992188
/// ABI: Perform a dynamic cast to an arbitrary type.
22002189
static bool
22012190
swift_dynamicCastImpl(OpaqueValue *destLocation,

0 commit comments

Comments
 (0)