================
@@ -0,0 +1,57 @@
+#!/usr/bin/env python3
+# Usage: convert-lldb-header-to-rpc-header.py <path/to/input-header.h> 
<path/to/output-header.h>
+
+import argparse
+import os
+import re
+import subprocess
----------------
DavidSpickett wrote:

Audit these imports, I think at least subprocess is unused.

https://github.com/llvm/llvm-project/pull/136748
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to