diff options
| author | Konrad Borowski <konrad@borowski.pw> | 2018-10-28 12:14:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-28 12:14:54 +0100 |
| commit | 42d3ef7f6728935c7e37ab578afc467d1b325e62 (patch) | |
| tree | e01a62d23b15afca2c20dced9c67fcdf74e398e1 | |
| parent | 1982f1887ad524951f24c12a6cc7bf05148aec14 (diff) | |
| download | rust-42d3ef7f6728935c7e37ab578afc467d1b325e62.tar.gz rust-42d3ef7f6728935c7e37ab578afc467d1b325e62.zip | |
Remove unused re import in gdb_rust_pretty_printing
| -rwxr-xr-x | src/etc/gdb_rust_pretty_printing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/gdb_rust_pretty_printing.py b/src/etc/gdb_rust_pretty_printing.py index b1252f386df..e6d5ef1a23f 100755 --- a/src/etc/gdb_rust_pretty_printing.py +++ b/src/etc/gdb_rust_pretty_printing.py @@ -9,7 +9,6 @@ # except according to those terms. import gdb -import re import sys import debugger_pretty_printers_common as rustpp |
