Skip to content

Commit 3828144

Browse files
committed
Remove some dead code from test_priority.py
1 parent 701573d commit 3828144

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/test_priority.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,6 @@ def get_expected(tree):
9797
return get_expected(tree)
9898

9999

100-
def active_streams_from_unblocked(unblocked):
101-
"""
102-
Given a collection of unblocked streams, determine which ones are active.
103-
This applies only to the readme tree at this time, though in future it
104-
should be possible to apply this to an arbitrary tree.
105-
"""
106-
107-
108100
class TestStream(object):
109101
def test_stream_repr(self):
110102
"""

0 commit comments

Comments
 (0)