From 270fdd6b4a22f96a3642e7d3bb562b721cde099b Mon Sep 17 00:00:00 2001 From: Dmitry Shevchenko Date: Wed, 23 Nov 2016 21:50:27 +0000 Subject: Remove Swift support from native rules -- MOS_MIGRATED_REVID=140068224 --- .../build/lib/rules/objc/IntermediateArtifacts.java | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java') diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java b/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java index e4df72f279..42d437f7d5 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java +++ b/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java @@ -270,27 +270,6 @@ public final class IntermediateArtifacts { } } - /** - * The swift module produced by compiling the {@code source} artifact. - */ - public Artifact swiftModuleFile(Artifact source) { - return inUniqueObjsDir(source, ".partial_swiftmodule"); - } - - /** - * Integrated swift module for this target. - */ - public Artifact swiftModule() { - return appendExtension(".swiftmodule"); - } - - /** - * Integrated swift header for this target. - */ - public Artifact swiftHeader() { - return appendExtension("-Swift.h"); - } - /** * The artifact for the .gcno file that should be generated when compiling the {@code source} * artifact. -- cgit v1.2.3