Remove unnecessary xstrdup from bppy_init
authorTom Tromey <tromey@adacore.com>
Wed, 7 Dec 2022 15:10:55 +0000 (08:10 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 7 Dec 2022 15:12:03 +0000 (08:12 -0700)
commit3567f2bd6619cfabc58626075be068923483e4d3
tree088b8de5aff0e775ffd7a9e922c65555815642a5
parent3198c863f62ab2253a3405e677489b90c403cf1c
Remove unnecessary xstrdup from bppy_init

I saw that bppy_init used a non-const "char *".  Fixing this revealed
that the xstrdup here was also unnecessary, so this patch removes it.
gdb/python/py-breakpoint.c