MAINT: Remove unused functions.

Found no references to these functions, so remove.
This commit is contained in:
Eddie Hebert
2015-04-06 16:43:35 -04:00
parent 09c787829b
commit 0821d3cad4
-10
View File
@@ -60,13 +60,3 @@ def assert_trade_protocol(event):
def assert_datasource_unframe_protocol(event):
"""Assert that an event is valid output of zp.DATASOURCE_UNFRAME."""
assert event.type in DATASOURCE_TYPE
def assert_sort_protocol(event):
"""Assert that an event is valid input to zp.FEED_FRAME."""
assert event.type in DATASOURCE_TYPE
def assert_sort_unframe_protocol(event):
"""Same as above."""
assert event.type in DATASOURCE_TYPE