Skip to content

Commit cb86736

Browse files
committed
Remove redundant implementation of IDEIndexClassSymbol.
1 parent 745d793 commit cb86736

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

SCXcodeSwitchExpander.xcodeproj/project.pbxproj

-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
18990B3618D2529C007A8756 /* SCXcodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = 18990B3518D2529C007A8756 /* SCXcodeSwitchExpander.m */; };
1414
18A1B48118DDA742007CA06A /* IDEFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18A1B48018DDA742007CA06A /* IDEFoundation.framework */; };
1515
18ECEB5718D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = 18ECEB5618D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m */; };
16-
B127B27C1CBBDDE000E32C2B /* IDEIndexClassSymbol.m in Sources */ = {isa = PBXBuildFile; fileRef = B127B27B1CBBDDE000E32C2B /* IDEIndexClassSymbol.m */; };
1716
B150FD8A1CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = B150FD891CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m */; };
1817
B18173D81CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m in Sources */ = {isa = PBXBuildFile; fileRef = B18173D71CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m */; };
1918
/* End PBXBuildFile section */
@@ -45,7 +44,6 @@
4544
18ECEB5518D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTTextCompletionController+SCXcodeSwitchExpander.h"; sourceTree = "<group>"; };
4645
18ECEB5618D267A0005F6C59 /* DVTTextCompletionController+SCXcodeSwitchExpander.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTTextCompletionController+SCXcodeSwitchExpander.m"; sourceTree = "<group>"; };
4746
B127B27A1CBBDDE000E32C2B /* IDEIndexClassSymbol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDEIndexClassSymbol.h; sourceTree = "<group>"; };
48-
B127B27B1CBBDDE000E32C2B /* IDEIndexClassSymbol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IDEIndexClassSymbol.m; sourceTree = "<group>"; };
4947
B150FD881CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTTextCompletionSession+SCXcodeSwitchExpander.h"; sourceTree = "<group>"; };
5048
B150FD891CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DVTTextCompletionSession+SCXcodeSwitchExpander.m"; sourceTree = "<group>"; };
5149
B18173D61CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DVTSourceCodeLanguage+SCXCodeSwitchExpander.h"; sourceTree = "<group>"; };
@@ -86,7 +84,6 @@
8684
0144D9B11B06FBD30012D7A2 /* IDEFileTextSettings.h */,
8785
0144D9A01B06F9F00012D7A2 /* IDEIndex.h */,
8886
B127B27A1CBBDDE000E32C2B /* IDEIndexClassSymbol.h */,
89-
B127B27B1CBBDDE000E32C2B /* IDEIndexClassSymbol.m */,
9087
0144D9A11B06F9F00012D7A2 /* IDEIndexCollection.h */,
9188
0144D9A21B06F9F00012D7A2 /* IDEIndexCompletionItem.h */,
9289
0144D9A31B06F9F00012D7A2 /* IDEIndexContainerSymbol.h */,
@@ -215,7 +212,6 @@
215212
B150FD8A1CBBD7D200DFE4D8 /* DVTTextCompletionSession+SCXcodeSwitchExpander.m in Sources */,
216213
18990B3618D2529C007A8756 /* SCXcodeSwitchExpander.m in Sources */,
217214
B18173D81CBB91E400995105 /* DVTSourceCodeLanguage+SCXCodeSwitchExpander.m in Sources */,
218-
B127B27C1CBBDDE000E32C2B /* IDEIndexClassSymbol.m in Sources */,
219215
);
220216
runOnlyForDeploymentPostprocessing = 0;
221217
};

SCXcodeSwitchExpander/Xcode Headers/IDEIndexClassSymbol.m

-13
This file was deleted.

0 commit comments

Comments
 (0)