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

Commits on Mar 21, 2016

  1. Remove unused state attribute from Flow

    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.
    floehopper committed Mar 21, 2016
    Copy the full SHA
    017c20e View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary assignment from Flow

    Instance variables are assigned `nil` by default, so this assignment is
    unnecessary.
    floehopper committed Mar 21, 2016
    Copy the full SHA
    3ee1097 View commit details
    Browse the repository at this point in the history