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 unused state attribute from flow #2386

Merged
merged 2 commits into from Mar 21, 2016

Conversation

floehopper
Copy link
Contributor

Description

As far as I can tell this is not used and I'm pretty sure it's never been used. The state for a request seems to be handled entirely locally within the Flow#process method.

External changes

None.

@erkde erkde self-assigned this Mar 19, 2016
@erkde
Copy link
Contributor

erkde commented Mar 19, 2016

That's weird - nice to remove then, lgtm

@erkde erkde added the LGTM label Mar 19, 2016
@floehopper
Copy link
Contributor Author

Rebasing against master and force-pushing in preparation for merging.

As far as I can tell this is not used and I'm pretty sure it's *never* been
used. The state for a request seems to be handled entirely locally within
the `Flow#process` method.
Instance variables are assigned `nil` by default, so this assignment is
unnecessary.
@floehopper floehopper force-pushed the remove-unused-state-attribute-from-flow branch from 1e60f3f to 3ee1097 Compare March 21, 2016 12:48
floehopper added a commit that referenced this pull request Mar 21, 2016
…from-flow

Remove unused `state` attribute from flow
@floehopper floehopper merged commit 821ab09 into master Mar 21, 2016
@floehopper floehopper deleted the remove-unused-state-attribute-from-flow branch March 21, 2016 12:53
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.

None yet

2 participants