Delete ivars that are already @synthesized. Refs #614.

This commit is contained in:
Jawwad Ahmad
2012-06-18 22:53:57 -04:00
committed by Blake Watters
parent 5898b95d33
commit 7cbccfd322
25 changed files with 11 additions and 114 deletions

View File

@@ -33,13 +33,8 @@
@see RKMakePathWithObject
@see RKRouter
*/
@interface RKPathMatcher : NSObject <NSCopying> {
@private
SOCPattern *socPattern_;
NSString *sourcePath_;
NSString *rootPath_;
NSDictionary *queryParameters_;
}
@interface RKPathMatcher : NSObject <NSCopying>
@property (copy, readonly) NSDictionary *queryParameters;
/**