GitHub user ryanm101 opened a pull request:
https://github.com/apache/libcloud/pull/673
Removed redundant checks
As far as i can tell the "and" statements are pointless as the variable on
the left is the same variable as the one on the right.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ryanm101/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/673.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #673
----
commit 28799aa22992d41e97cee85cd9609dfce7d3411a
Author: Ryan McLean <[email protected]>
Date: 2016-01-06T11:45:29Z
Removed redundant checks (x will always equal x as they are the same
variable in the same function)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---