Merge lp:~jcsackett/launchpad/too-many-findAP-methods into lp:launchpad
Proposed by
j.c.sackett
on 2012-09-18
| Status: | Merged |
|---|---|
| Approved by: | j.c.sackett on 2012-09-18 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15978 |
| Proposed branch: | lp:~jcsackett/launchpad/too-many-findAP-methods |
| Merge into: | lp:launchpad |
| Diff against target: |
17 lines (+0/-7) 1 file modified
lib/lp/registry/model/accesspolicy.py (+0/-7) |
| To merge this branch: | bzr merge lp:~jcsackett/launchpad/too-many-findAP-methods |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Richard Harding (community) | 2012-09-18 | Approve on 2012-09-18 | |
|
Review via email:
|
|||
Commit Message
Removes redundant and unused method for finding accesspolicies.
Description of the Change
Summary
=======
There is a redundant and unused method, `AccessPolicy.
It is exactly the same as `AccessPolicy.
Implementation
==============
The redundant method isn't used anywhere and isn't defined on the interface.
It has been deleted.
Tests
=====
bin/test -vvct access
QA
==
None; this method had no callsites.
LoC
===
This only removes code.
Lint
====
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
To post a comment you must log in.

Awesome cleanup.