Skip to content

Commit 7da07c0

Browse files
[lldb][test] Remove class level packetLog in MockGDBServerResponder (#162453)
Added in 1902ffd but appears to be leftover code from some older design. I can't find any code that reads packetLog via the class itself, or checks whether it is None. No tests failed on AArch64 Linux after removing it.
1 parent 2d12eaa commit 7da07c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/packages/Python/lldbsuite/test/gdbclientutils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ class MockGDBServerResponder:
8787
"""
8888

8989
registerCount = 40
90-
packetLog = None
9190

9291
class RESPONSE_DISCONNECT:
9392
pass

0 commit comments

Comments
 (0)