Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant options property declaration #147

Merged
merged 1 commit into from
Mar 20, 2015

Conversation

pizthewiz
Copy link
Contributor

The superclass declares the options property YapDatabaseView.h#L137:

/**
 * The options allow you to specify things like creating an in-memory-only view (non persistent).
**/
@property (nonatomic, copy, readonly) YapDatabaseViewOptions *options;

as does the subclass YapDatabaseFilteredView.h#L79:

/**
 * The options allow you to specify things like creating an IN-MEMORY-ONLY VIEW (non persistent).
**/
@property (nonatomic, copy, readonly) YapDatabaseViewOptions *options;

The options property is already declared by the superclass YapDatabaseView and Xcode was giving a warning.
@pizthewiz pizthewiz changed the title Remove redundant options property redeclaration Remove redundant options property declaration Mar 12, 2015
robbiehanson added a commit that referenced this pull request Mar 20, 2015
Remove redundant options property declaration
@robbiehanson robbiehanson merged commit ff9dec5 into yapstudios:master Mar 20, 2015
@robbiehanson
Copy link
Contributor

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants