mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: Remove SourceFileKind::REPL
This commit is contained in:
@@ -107,7 +107,6 @@ enum class FileUnitKind {
|
||||
enum class SourceFileKind {
|
||||
Library, ///< A normal .swift file.
|
||||
Main, ///< A .swift file that can have top-level code.
|
||||
REPL, ///< A virtual file that holds the user's input in the REPL.
|
||||
SIL, ///< Came from a .sil file.
|
||||
Interface ///< Came from a .swiftinterface file, representing another module.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user