]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove unused import
authorTom Tromey <tromey@adacore.com>
Fri, 23 Feb 2024 18:42:21 +0000 (11:42 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 23 Feb 2024 18:43:58 +0000 (11:43 -0700)
flake8 points out that dap/io.py does not use send_gdb.  This patch
removes the unused import.

gdb/python/lib/gdb/dap/io.py

index 81e835c7527a2a735fccfd06a1602fb2521270a9..bbf822d60bfd20ca35565b5799b780b235e0ccdc 100644 (file)
@@ -15,7 +15,7 @@
 
 import json
 
-from .startup import start_thread, send_gdb, log, log_stack, LogLevel
+from .startup import start_thread, log, log_stack, LogLevel
 
 
 def read_json(stream):