Skip to content

Commit c498f37

Browse files
committed
AST: Remove a bit of dead code
1 parent 132a471 commit c498f37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/AST/ArchetypeBuilder.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,6 @@ class ArchetypeBuilder {
346346
GenericEnvironment *genericEnv,
347347
Type type);
348348

349-
using SameTypeRequirement
350-
= std::pair<PotentialArchetype *,
351-
PointerUnion<Type, PotentialArchetype*>>;
352-
353349
/// \brief Dump all of the requirements, both specified and inferred.
354350
LLVM_ATTRIBUTE_DEPRECATED(
355351
void dump(),

0 commit comments

Comments
 (0)