Skip to content

Commit 0a5a6f1

Browse files
committed
[NFC] Drop InputFileKind
1 parent 9fd5918 commit 0a5a6f1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

include/swift/Frontend/InputFile.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@
2020

2121
namespace swift {
2222

23-
enum class InputFileKind {
24-
None,
25-
Swift,
26-
SwiftLibrary,
27-
SwiftModuleInterface,
28-
SIL,
29-
LLVM,
30-
ObjCHeader,
31-
};
32-
33-
// Inputs may include buffers that override contents, and eventually should
34-
// always include a buffer.
35-
class InputFile {
3623
/// An \c InputFile encapsulates information about an input passed to the
3724
/// frontend.
3825
///

0 commit comments

Comments
 (0)