mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Drop TypeCheckerDebugConsumer
This commit is contained in:
@@ -111,7 +111,6 @@ namespace swift {
|
||||
class SourceManager;
|
||||
class ValueDecl;
|
||||
class DiagnosticEngine;
|
||||
class TypeCheckerDebugConsumer;
|
||||
struct RawComment;
|
||||
class DocComment;
|
||||
class SILBoxType;
|
||||
@@ -276,9 +275,6 @@ public:
|
||||
#define IDENTIFIER_WITH_NAME(Name, IdStr) Identifier Id_##Name;
|
||||
#include "swift/AST/KnownIdentifiers.def"
|
||||
|
||||
/// A consumer of type checker debug output.
|
||||
std::unique_ptr<TypeCheckerDebugConsumer> TypeCheckerDebug;
|
||||
|
||||
/// Cache for names of canonical GenericTypeParamTypes.
|
||||
mutable llvm::DenseMap<unsigned, Identifier>
|
||||
CanonicalGenericTypeParamTypeNames;
|
||||
|
||||
Reference in New Issue
Block a user