commit | 54e053874dd91c96b0f70b6536147aa18b9ee305 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Sep 26 09:51:56 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Sep 26 09:51:56 2023 -0600 |
tree | ef9104cc9b5671e450ccfa56bfb1c4420afabf42 | |
parent | f35baff348a2260616dc04721c31726d88e24851 [diff] |
Remove some unnecessary qualification from printing.py printing.py references "gdb.printing" in a few spots, but there's no need for this. I think this is leftover from when this code was (briefly) in some other module. This patch removes the unnecessary qualifications. Tested on x86-64 Fedora 36.