comm_kernel: remove dead code

pull/1445/head
Sebastien Bourdeauducq 2020-04-12 15:06:46 +08:00
parent fb0ade77a9
commit 9dc24f255e
1 changed files with 0 additions and 4 deletions

View File

@ -207,10 +207,6 @@ class CommKernel:
#
# Exported APIs
#
def reset_session(self):
self.write(struct.pack(">ll", 0x5a5a5a5a, 0))
def check_system_info(self):
self._write_empty(Request.SystemInfo)