Skip to content

Commit

Permalink
Merge pull request #62 from python-hyper/awlc/dead-code
Browse files Browse the repository at this point in the history
Remove some dead code from test_priority.py
  • Loading branch information
Lukasa committed Mar 21, 2017
2 parents 701573d + 3828144 commit 74c1649
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/test_priority.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ def get_expected(tree):
return get_expected(tree)


def active_streams_from_unblocked(unblocked):
"""
Given a collection of unblocked streams, determine which ones are active.
This applies only to the readme tree at this time, though in future it
should be possible to apply this to an arbitrary tree.
"""


class TestStream(object):
def test_stream_repr(self):
"""
Expand Down

0 comments on commit 74c1649

Please sign in to comment.