Skip to content

Commit 8ee6032

Browse files
committed
Temporarily remove STM
1 parent 57fed27 commit 8ee6032

File tree

8 files changed

+0
-952
lines changed

8 files changed

+0
-952
lines changed

Concurrent.xcodeproj/project.pbxproj

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
841022511B1A9FD100E799A0 /* Swiftz.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A53DD21B1A964400E8A107 /* Swiftz.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1414
841022551B1AA00D00E799A0 /* MVarSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841022531B1AA00D00E799A0 /* MVarSpec.swift */; };
1515
84152B7A1A818C95006387D5 /* SVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152B791A818C95006387D5 /* SVar.swift */; };
16-
84152BF81A819EFE006387D5 /* STM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF01A819EFE006387D5 /* STM.swift */; };
17-
84152BF91A819EFE006387D5 /* TBQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF11A819EFE006387D5 /* TBQueue.swift */; };
18-
84152BFA1A819EFE006387D5 /* TChan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF21A819EFE006387D5 /* TChan.swift */; };
19-
84152BFB1A819EFE006387D5 /* TMVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF31A819EFE006387D5 /* TMVar.swift */; };
20-
84152BFC1A819EFE006387D5 /* TQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF41A819EFE006387D5 /* TQueue.swift */; };
21-
84152BFE1A819EFE006387D5 /* TSem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF61A819EFE006387D5 /* TSem.swift */; };
22-
84152BFF1A819EFE006387D5 /* TVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF71A819EFE006387D5 /* TVar.swift */; };
2316
8434F98619E9CD76008D9909 /* Concurrent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8434F98519E9CD76008D9909 /* Concurrent.h */; settings = {ATTRIBUTES = (Public, ); }; };
2417
8434F98C19E9CD76008D9909 /* Concurrent.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8434F98019E9CD76008D9909 /* Concurrent.framework */; };
2518
8434F9B019E9CDC0008D9909 /* Chan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434F99D19E9CDC0008D9909 /* Chan.swift */; };
@@ -46,13 +39,6 @@
4639
84A53D5D1B1A8F7000E8A107 /* MVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434F9A519E9CDC0008D9909 /* MVar.swift */; };
4740
84A53D5E1B1A8F7000E8A107 /* SVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152B791A818C95006387D5 /* SVar.swift */; };
4841
84A53D5F1B1A8F7000E8A107 /* QSem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434F9A619E9CDC0008D9909 /* QSem.swift */; };
49-
84A53D601B1A8F7000E8A107 /* STM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF01A819EFE006387D5 /* STM.swift */; };
50-
84A53D611B1A8F7000E8A107 /* TBQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF11A819EFE006387D5 /* TBQueue.swift */; };
51-
84A53D621B1A8F7000E8A107 /* TChan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF21A819EFE006387D5 /* TChan.swift */; };
52-
84A53D631B1A8F7000E8A107 /* TMVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF31A819EFE006387D5 /* TMVar.swift */; };
53-
84A53D641B1A8F7000E8A107 /* TQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF41A819EFE006387D5 /* TQueue.swift */; };
54-
84A53D661B1A8F7000E8A107 /* TSem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF61A819EFE006387D5 /* TSem.swift */; };
55-
84A53D671B1A8F7000E8A107 /* TVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152BF71A819EFE006387D5 /* TVar.swift */; };
5642
84A53D681B1A8F7000E8A107 /* CONCRealWorld.m in Sources */ = {isa = PBXBuildFile; fileRef = 8434F99F19E9CDC0008D9909 /* CONCRealWorld.m */; };
5743
84A53D6B1B1A8F8B00E8A107 /* Concurrent.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A53D3A1B1A8F1800E8A107 /* Concurrent.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
5844
84A53D6D1B1A8FC400E8A107 /* ConcurrentTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434F9D319E9CE28008D9909 /* ConcurrentTests.swift */; };
@@ -200,13 +186,6 @@
200186
/* Begin PBXFileReference section */
201187
841022531B1AA00D00E799A0 /* MVarSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVarSpec.swift; sourceTree = "<group>"; };
202188
84152B791A818C95006387D5 /* SVar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SVar.swift; sourceTree = "<group>"; };
203-
84152BF01A819EFE006387D5 /* STM.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = STM.swift; sourceTree = "<group>"; };
204-
84152BF11A819EFE006387D5 /* TBQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TBQueue.swift; sourceTree = "<group>"; };
205-
84152BF21A819EFE006387D5 /* TChan.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TChan.swift; sourceTree = "<group>"; };
206-
84152BF31A819EFE006387D5 /* TMVar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TMVar.swift; sourceTree = "<group>"; };
207-
84152BF41A819EFE006387D5 /* TQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TQueue.swift; sourceTree = "<group>"; };
208-
84152BF61A819EFE006387D5 /* TSem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TSem.swift; sourceTree = "<group>"; };
209-
84152BF71A819EFE006387D5 /* TVar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TVar.swift; sourceTree = "<group>"; };
210189
8434F98019E9CD76008D9909 /* Concurrent.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Concurrent.framework; sourceTree = BUILT_PRODUCTS_DIR; };
211190
8434F98419E9CD76008D9909 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
212191
8434F98519E9CD76008D9909 /* Concurrent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Concurrent.h; path = Concurrent/Concurrent.h; sourceTree = "<group>"; };
@@ -271,20 +250,6 @@
271250
/* End PBXFrameworksBuildPhase section */
272251

273252
/* Begin PBXGroup section */
274-
84152C011A819F02006387D5 /* STM */ = {
275-
isa = PBXGroup;
276-
children = (
277-
84152BF01A819EFE006387D5 /* STM.swift */,
278-
84152BF11A819EFE006387D5 /* TBQueue.swift */,
279-
84152BF21A819EFE006387D5 /* TChan.swift */,
280-
84152BF31A819EFE006387D5 /* TMVar.swift */,
281-
84152BF41A819EFE006387D5 /* TQueue.swift */,
282-
84152BF61A819EFE006387D5 /* TSem.swift */,
283-
84152BF71A819EFE006387D5 /* TVar.swift */,
284-
);
285-
name = STM;
286-
sourceTree = "<group>";
287-
};
288253
8434F97619E9CD75008D9909 = {
289254
isa = PBXGroup;
290255
children = (
@@ -319,7 +284,6 @@
319284
8434F9A519E9CDC0008D9909 /* MVar.swift */,
320285
84152B791A818C95006387D5 /* SVar.swift */,
321286
8434F9A619E9CDC0008D9909 /* QSem.swift */,
322-
84152C011A819F02006387D5 /* STM */,
323287
8434F98319E9CD76008D9909 /* Supporting Files */,
324288
);
325289
path = Concurrent;
@@ -636,19 +600,12 @@
636600
8434F9B919E9CDC0008D9909 /* QSem.swift in Sources */,
637601
8434F9B619E9CDC0008D9909 /* IChan.swift in Sources */,
638602
8434F9B219E9CDC0008D9909 /* CONCRealWorld.m in Sources */,
639-
84152BFC1A819EFE006387D5 /* TQueue.swift in Sources */,
640603
8434F9B819E9CDC0008D9909 /* MVar.swift in Sources */,
641-
84152BFE1A819EFE006387D5 /* TSem.swift in Sources */,
642-
84152BFA1A819EFE006387D5 /* TChan.swift in Sources */,
643-
84152BFB1A819EFE006387D5 /* TMVar.swift in Sources */,
644604
8434F9B419E9CDC0008D9909 /* Concurrent.swift in Sources */,
645605
8434F9B519E9CDC0008D9909 /* Future.swift in Sources */,
646606
8434F9B719E9CDC0008D9909 /* IVar.swift in Sources */,
647-
84152BF81A819EFE006387D5 /* STM.swift in Sources */,
648-
84152BFF1A819EFE006387D5 /* TVar.swift in Sources */,
649607
8434F9B019E9CDC0008D9909 /* Chan.swift in Sources */,
650608
84152B7A1A818C95006387D5 /* SVar.swift in Sources */,
651-
84152BF91A819EFE006387D5 /* TBQueue.swift in Sources */,
652609
);
653610
runOnlyForDeploymentPostprocessing = 0;
654611
};
@@ -675,13 +632,6 @@
675632
84A53D5D1B1A8F7000E8A107 /* MVar.swift in Sources */,
676633
84A53D5E1B1A8F7000E8A107 /* SVar.swift in Sources */,
677634
84A53D5F1B1A8F7000E8A107 /* QSem.swift in Sources */,
678-
84A53D601B1A8F7000E8A107 /* STM.swift in Sources */,
679-
84A53D611B1A8F7000E8A107 /* TBQueue.swift in Sources */,
680-
84A53D621B1A8F7000E8A107 /* TChan.swift in Sources */,
681-
84A53D631B1A8F7000E8A107 /* TMVar.swift in Sources */,
682-
84A53D641B1A8F7000E8A107 /* TQueue.swift in Sources */,
683-
84A53D661B1A8F7000E8A107 /* TSem.swift in Sources */,
684-
84A53D671B1A8F7000E8A107 /* TVar.swift in Sources */,
685635
84A53D681B1A8F7000E8A107 /* CONCRealWorld.m in Sources */,
686636
);
687637
runOnlyForDeploymentPostprocessing = 0;

Concurrent/STM.swift

Lines changed: 0 additions & 205 deletions
This file was deleted.

Concurrent/TBQueue.swift

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)