Skip to content

Commit 01f0d09

Browse files
committed
Reflection: remove debugging left overs
The `dump` method is not generally available. This broke the Azure CI which builds in release mode.
1 parent f125d12 commit 01f0d09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/Reflection/TypeRefBuilder.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,7 @@ class TypeRefBuilder {
372372
unsigned ordinal) {
373373
// TODO: Produce a type ref for the opaque type if the underlying type isn't
374374
// available.
375-
opaqueDescriptor->dump();
376-
375+
377376
// Try to resolve to the underlying type, if we can.
378377
if (opaqueDescriptor->getKind() ==
379378
Node::Kind::OpaqueTypeDescriptorSymbolicReference) {

0 commit comments

Comments
 (0)