Skip to content

Commit 4e5e507

Browse files
committed
Merge pull request #24 from ParsePlatform/nlutsenko.blockretryer
Remove unused PFBlockRetryer.
2 parents 17c5dc7 + 88eb1df commit 4e5e507

File tree

7 files changed

+0
-173
lines changed

7 files changed

+0
-173
lines changed

Parse.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@
163163
8149163A1B66D44500EFD14F /* AnonymousUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 814915D41B66D44500EFD14F /* AnonymousUtilsTests.m */; };
164164
8149163B1B66D44500EFD14F /* BaseStateTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 814915D51B66D44500EFD14F /* BaseStateTests.m */; };
165165
8149163C1B66D44500EFD14F /* BaseStateTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 814915D51B66D44500EFD14F /* BaseStateTests.m */; };
166-
8149163D1B66D44500EFD14F /* BlockRetryerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 814915D61B66D44500EFD14F /* BlockRetryerTests.m */; };
167-
8149163E1B66D44500EFD14F /* BlockRetryerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 814915D61B66D44500EFD14F /* BlockRetryerTests.m */; };
168166
8149163F1B66D44500EFD14F /* CloudCodeControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 814915D71B66D44500EFD14F /* CloudCodeControllerTests.m */; };
169167
814916401B66D44500EFD14F /* CloudCodeControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 814915D71B66D44500EFD14F /* CloudCodeControllerTests.m */; };
170168
814916411B66D44600EFD14F /* CloudCommandTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 814915D81B66D44500EFD14F /* CloudCommandTests.m */; };
@@ -633,7 +631,6 @@
633631
81C3826A19CCAD7F0066284A /* PFCategoryLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8103FA36198FC190000BAE3F /* PFCategoryLoader.m */; };
634632
81C3826B19CCAD850066284A /* PFThreadsafety.m in Sources */ = {isa = PBXBuildFile; fileRef = 818D049A19A3B84500BEE20F /* PFThreadsafety.m */; };
635633
81C3826C19CCADA00066284A /* ParseModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DDB90C199A3EC200B50F35 /* ParseModule.m */; };
636-
81C3826E19CCADA00066284A /* PFBlockRetryer.m in Sources */ = {isa = PBXBuildFile; fileRef = 097952A214CE462B00E6E88C /* PFBlockRetryer.m */; };
637634
81C3826F19CCADA00066284A /* PFCommandCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C1FDDCB14E1B1BD00A77007 /* PFCommandCache.m */; };
638635
81C3827019CCADA00066284A /* PFDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 919311D619AE5EB20008FF12 /* PFDecoder.m */; };
639636
81C3827319CCADA00066284A /* PFInternalUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 09809FB21434F98C00EC3E74 /* PFInternalUtils.m */; };
@@ -782,7 +779,6 @@
782779
91DF24961A09BAF100CFC7D4 /* PFPinningEventuallyQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 91DF24941A09BAF100CFC7D4 /* PFPinningEventuallyQueue.h */; };
783780
91DF24971A09BAF100CFC7D4 /* PFPinningEventuallyQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 91DF24951A09BAF100CFC7D4 /* PFPinningEventuallyQueue.m */; };
784781
91DF24991A0B0FF200CFC7D4 /* PFEventuallyQueue_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 91DF24981A0B0FF200CFC7D4 /* PFEventuallyQueue_Private.h */; };
785-
970110681630B44200AB761E /* PFBlockRetryer.m in Sources */ = {isa = PBXBuildFile; fileRef = 097952A214CE462B00E6E88C /* PFBlockRetryer.m */; };
786782
970110691630B44200AB761E /* PFCommandCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C1FDDCB14E1B1BD00A77007 /* PFCommandCache.m */; };
787783
9701106E1630B44200AB761E /* PFInternalUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 09809FB21434F98C00EC3E74 /* PFInternalUtils.m */; };
788784
970110721630B44200AB761E /* PFMulticastDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6390EB1C151EDDA40001B779 /* PFMulticastDelegate.m */; };
@@ -856,7 +852,6 @@
856852
F5B0B2F11B449F1D00F3EBC4 /* PFCoreDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8124C8811B27542A00758E00 /* PFCoreDataProvider.h */; };
857853
F5B0B2F21B449F1D00F3EBC4 /* ParseModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 81DDB90B199A3EC200B50F35 /* ParseModule.h */; };
858854
F5B0B2F31B449F1D00F3EBC4 /* PFAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 81E2D5AF19DDAAB5009053A1 /* PFAssert.h */; };
859-
F5B0B2F61B449F1D00F3EBC4 /* PFBlockRetryer.h in Headers */ = {isa = PBXBuildFile; fileRef = 097952A114CE462B00E6E88C /* PFBlockRetryer.h */; };
860855
F5B0B2F81B449F1D00F3EBC4 /* PFDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 919311D519AE5EB20008FF12 /* PFDecoder.h */; };
861856
F5B0B2FA1B449F1D00F3EBC4 /* PFGeoPointPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B119FB1488429D002B5594 /* PFGeoPointPrivate.h */; };
862857
F5B0B2FC1B449F1D00F3EBC4 /* PFInternalUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 09809FB11434F98C00EC3E74 /* PFInternalUtils.h */; };
@@ -883,7 +878,6 @@
883878
F5B0B3261B44A33100F3EBC4 /* PFAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 81E2D5AF19DDAAB5009053A1 /* PFAssert.h */; };
884879
F5B0B3271B44A33100F3EBC4 /* PFAsyncTaskQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C8F2BE1B1F7E6B00CD98E7 /* PFAsyncTaskQueue.h */; };
885880
F5B0B3281B44A33100F3EBC4 /* PFBaseState.h in Headers */ = {isa = PBXBuildFile; fileRef = F586B34E1B1E3BD70082E3BD /* PFBaseState.h */; };
886-
F5B0B3291B44A33100F3EBC4 /* PFBlockRetryer.h in Headers */ = {isa = PBXBuildFile; fileRef = 097952A114CE462B00E6E88C /* PFBlockRetryer.h */; };
887881
F5B0B32B1B44A33100F3EBC4 /* PFCoreDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8124C8811B27542A00758E00 /* PFCoreDataProvider.h */; };
888882
F5B0B32C1B44A33100F3EBC4 /* PFDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 919311D519AE5EB20008FF12 /* PFDecoder.h */; };
889883
F5B0B32E1B44A33100F3EBC4 /* PFGeoPointPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B119FB1488429D002B5594 /* PFGeoPointPrivate.h */; };
@@ -1031,8 +1025,6 @@
10311025
0942999A139C612100DFA018 /* libz.1.1.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.1.1.3.dylib; path = usr/lib/libz.1.1.3.dylib; sourceTree = SDKROOT; };
10321026
0942999C139C613700DFA018 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
10331027
095ACE9913C69BF700566243 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
1034-
097952A114CE462B00E6E88C /* PFBlockRetryer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PFBlockRetryer.h; sourceTree = "<group>"; };
1035-
097952A214CE462B00E6E88C /* PFBlockRetryer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PFBlockRetryer.m; sourceTree = "<group>"; };
10361028
09809FB11434F98C00EC3E74 /* PFInternalUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = PFInternalUtils.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
10371029
09809FB21434F98C00EC3E74 /* PFInternalUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = PFInternalUtils.m; sourceTree = "<group>"; };
10381030
09809FB91434F98C00EC3E74 /* Framework.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Framework.plist; sourceTree = "<group>"; };
@@ -1169,7 +1161,6 @@
11691161
814915D31B66D44500EFD14F /* AnonymousAuthenticationProviderTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnonymousAuthenticationProviderTests.m; sourceTree = "<group>"; };
11701162
814915D41B66D44500EFD14F /* AnonymousUtilsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnonymousUtilsTests.m; sourceTree = "<group>"; };
11711163
814915D51B66D44500EFD14F /* BaseStateTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseStateTests.m; sourceTree = "<group>"; };
1172-
814915D61B66D44500EFD14F /* BlockRetryerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BlockRetryerTests.m; sourceTree = "<group>"; };
11731164
814915D71B66D44500EFD14F /* CloudCodeControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CloudCodeControllerTests.m; sourceTree = "<group>"; };
11741165
814915D81B66D44500EFD14F /* CloudCommandTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CloudCommandTests.m; sourceTree = "<group>"; };
11751166
814915D91B66D44500EFD14F /* CloudUnitTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CloudUnitTests.m; sourceTree = "<group>"; };
@@ -1692,8 +1683,6 @@
16921683
81E2D5AF19DDAAB5009053A1 /* PFAssert.h */,
16931684
816AC9B81A3F48250031D94C /* PFApplication.h */,
16941685
816AC9B91A3F48250031D94C /* PFApplication.m */,
1695-
097952A114CE462B00E6E88C /* PFBlockRetryer.h */,
1696-
097952A214CE462B00E6E88C /* PFBlockRetryer.m */,
16971686
81068EEF1AE0845D00A34D13 /* PFEncoder.h */,
16981687
81068EF01AE0845D00A34D13 /* PFEncoder.m */,
16991688
919311D519AE5EB20008FF12 /* PFDecoder.h */,
@@ -2147,7 +2136,6 @@
21472136
814915D31B66D44500EFD14F /* AnonymousAuthenticationProviderTests.m */,
21482137
814915D41B66D44500EFD14F /* AnonymousUtilsTests.m */,
21492138
814915D51B66D44500EFD14F /* BaseStateTests.m */,
2150-
814915D61B66D44500EFD14F /* BlockRetryerTests.m */,
21512139
814915D71B66D44500EFD14F /* CloudCodeControllerTests.m */,
21522140
814915D81B66D44500EFD14F /* CloudCommandTests.m */,
21532141
814915D91B66D44500EFD14F /* CloudUnitTests.m */,
@@ -3143,7 +3131,6 @@
31433131
F5B0B2F11B449F1D00F3EBC4 /* PFCoreDataProvider.h in Headers */,
31443132
F5B0B2F21B449F1D00F3EBC4 /* ParseModule.h in Headers */,
31453133
F5B0B2F31B449F1D00F3EBC4 /* PFAssert.h in Headers */,
3146-
F5B0B2F61B449F1D00F3EBC4 /* PFBlockRetryer.h in Headers */,
31473134
814BCDF11B4DF63600007B7F /* PFUserState.h in Headers */,
31483135
F5B0B2F81B449F1D00F3EBC4 /* PFDecoder.h in Headers */,
31493136
F5B0B2FA1B449F1D00F3EBC4 /* PFGeoPointPrivate.h in Headers */,
@@ -3356,7 +3343,6 @@
33563343
F5B0B3271B44A33100F3EBC4 /* PFAsyncTaskQueue.h in Headers */,
33573344
F5B0B3281B44A33100F3EBC4 /* PFBaseState.h in Headers */,
33583345
F51535091B57240900C49F56 /* PFMutableACLState.h in Headers */,
3359-
F5B0B3291B44A33100F3EBC4 /* PFBlockRetryer.h in Headers */,
33603346
F5B0B32B1B44A33100F3EBC4 /* PFCoreDataProvider.h in Headers */,
33613347
814881611B795CD4008763BF /* PFMultiProcessFileLock.h in Headers */,
33623348
F5B0B32C1B44A33100F3EBC4 /* PFDecoder.h in Headers */,
@@ -3788,7 +3774,6 @@
37883774
81E033721B573FC500B25168 /* PFTestSKProductsResponse.m in Sources */,
37893775
810ECC741B573CC5002944D4 /* OCMock+Parse.m in Sources */,
37903776
81E033711B573FC500B25168 /* PFTestSKProductsRequest.m in Sources */,
3791-
8149163D1B66D44500EFD14F /* BlockRetryerTests.m in Sources */,
37923777
811AAF181B72D7E400B1AC1F /* ObjectFilePersistenceControllerTests.m in Sources */,
37933778
81E0335C1B573F3E00B25168 /* PFMockURLResponse.m in Sources */,
37943779
814916CD1B66D44600EFD14F /* RelationUnitTests.m in Sources */,
@@ -3916,7 +3901,6 @@
39163901
814916541B66D44600EFD14F /* DateFormatterTests.m in Sources */,
39173902
814916BC1B66D44600EFD14F /* PushStateTests.m in Sources */,
39183903
814916461B66D44600EFD14F /* CommandResultTests.m in Sources */,
3919-
8149163E1B66D44500EFD14F /* BlockRetryerTests.m in Sources */,
39203904
814916781B66D44600EFD14F /* KeyValueCacheTests.m in Sources */,
39213905
814916361B66D44500EFD14F /* AnalyticsUtilitiesTests.m in Sources */,
39223906
814916A81B66D44600EFD14F /* PinUnitTests.m in Sources */,
@@ -4088,7 +4072,6 @@
40884072
8124C8A11B27BF0900758E00 /* PFSessionController.m in Sources */,
40894073
81329E901AE1E8840071EE3E /* PFReachability.m in Sources */,
40904074
81C7F4A41AF4220A007B5418 /* PFMutableFileState.m in Sources */,
4091-
81C3826E19CCADA00066284A /* PFBlockRetryer.m in Sources */,
40924075
81BF4ABE1B0BF64B00A3D75B /* PFCurrentConfigController.m in Sources */,
40934076
81C3824E19CCAD2C0066284A /* PFRole.m in Sources */,
40944077
91DF24931A09BA7600CFC7D4 /* PFEventuallyQueue.m in Sources */,
@@ -4247,7 +4230,6 @@
42474230
8166FCC71B503886003841A2 /* PFSQLiteStatement.m in Sources */,
42484231
81C76EEC1B4B218C0031C2FD /* PFObjectConstants.m in Sources */,
42494232
814B64141A769EF500213055 /* PFLogger.m in Sources */,
4250-
970110681630B44200AB761E /* PFBlockRetryer.m in Sources */,
42514233
F5E8DE1C1B29100000EEA594 /* PFRelationState.m in Sources */,
42524234
815619031A1F79AC0076504A /* PFDateFormatter.m in Sources */,
42534235
8166FCC31B503886003841A2 /* PFSQLiteDatabaseResult.m in Sources */,

Parse/Internal/File/Controller/PFFileController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#import "BFTask+Private.h"
1616
#import "PFAssert.h"
17-
#import "PFBlockRetryer.h"
1817
#import "PFCommandResult.h"
1918
#import "PFCommandRunning.h"
2019
#import "PFFileManager.h"

Parse/Internal/PFBlockRetryer.h

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

Parse/Internal/PFBlockRetryer.m

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

Parse/Internal/ParseInternal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#import "PFAssert.h"
1919
#import "PFAuthenticationProvider.h"
20-
#import "PFBlockRetryer.h"
2120
#import "PFCommandCache.h"
2221
#import "PFEventuallyQueue.h"
2322
#import "PFFieldOperation.h"

Parse/PFFile.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#import "BFTask+Private.h"
1616
#import "PFAssert.h"
1717
#import "PFAsyncTaskQueue.h"
18-
#import "PFBlockRetryer.h"
1918
#import "PFCommandResult.h"
2019
#import "PFCoreManager.h"
2120
#import "PFFileController.h"

Tests/Unit/BlockRetryerTests.m

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

0 commit comments

Comments
 (0)