Skip to content

Commit 1116e45

Browse files
committed
Remove unused code
1 parent d85d434 commit 1116e45

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

openxc/controllers/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ def _response_is_multiframe(self, response):
174174
return True
175175
return False
176176

177-
def _return_frame(self, response):
178-
return response['payload'][8:]
179-
180177
def _return_final(self, response):
181178
if response['frame'] == -1:
182179
return True

0 commit comments

Comments
 (0)