We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8da6fbf + 7d686cd commit d94de02Copy full SHA for d94de02
stdlib/public/runtime/DynamicCast.cpp
@@ -2185,17 +2185,6 @@ tryCast(
2185
/****************************** Main Entrypoint *******************************/
2186
/******************************************************************************/
2187
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
2198
-
2199
/// ABI: Perform a dynamic cast to an arbitrary type.
2200
static bool
2201
swift_dynamicCastImpl(OpaqueValue *destLocation,
0 commit comments