mirror of https://github.com/m-labs/artiq.git
comm_kernel: remove dead code
This commit is contained in:
parent
fb0ade77a9
commit
9dc24f255e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue