mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Reflection: remove debugging left overs
The `dump` method is not generally available. This broke the Azure CI which builds in release mode.
This commit is contained in:
@@ -372,8 +372,7 @@ public:
|
||||
unsigned ordinal) {
|
||||
// TODO: Produce a type ref for the opaque type if the underlying type isn't
|
||||
// available.
|
||||
opaqueDescriptor->dump();
|
||||
|
||||
|
||||
// Try to resolve to the underlying type, if we can.
|
||||
if (opaqueDescriptor->getKind() ==
|
||||
Node::Kind::OpaqueTypeDescriptorSymbolicReference) {
|
||||
|
||||
Reference in New Issue
Block a user