Skip to content

Commit 47e9c01

Browse files
committed
cleanup unuse code in multithread
1 parent 3191918 commit 47e9c01

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_elf_multithread.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ def test_tcp_elf_linux_mips32el(self):
237237

238238

239239
def test_udp_elf_linux_x86(self):
240-
# if platform.system() == "Darwin" and platform.machine() == "arm64":
241-
# return
242-
243240
def check_write(ql, write_fd, write_buf, write_count, *args, **kw):
244241
try:
245242
buf = ql.mem.read(write_buf, write_count)
@@ -259,9 +256,6 @@ def check_write(ql, write_fd, write_buf, write_count, *args, **kw):
259256

260257

261258
def test_udp_elf_linux_x8664(self):
262-
# if platform.system() == "Darwin" and platform.machine() == "arm64":
263-
# return
264-
265259
def check_write(ql, write_fd, write_buf, write_count, *args, **kw):
266260
try:
267261
buf = ql.mem.read(write_buf, write_count)

0 commit comments

Comments
 (0)