Skip to content

Commit 126ee47

Browse files
committed
DNM: restore error in swift build
1 parent 1a98974 commit 126ee47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/AST/Types.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ enum class TypeMatchFlags {
352352
};
353353
using TypeMatchOptions = OptionSet<TypeMatchFlags>;
354354

355-
// Forward declare the ErrorType as otherwise we will match `lldb::ErrorType`.
356-
class ErrorType;
357-
358355
/// Base class for all types which describe the Swift and SIL ASTs.
359356
///
360357
/// See TypeNodes.def for a succinct description of the full class hierarchy.

0 commit comments

Comments
 (0)