Remove obsolete Python 2 comment
authorTom Tromey <tom@tromey.com>
Sun, 5 Jun 2022 16:09:42 +0000 (10:09 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 5 Jun 2022 16:11:37 +0000 (10:11 -0600)
commitca9aae53bd5bf4d24f4c9ea6f4dc1606eb9cfc3c
treec9a63362b80a25e7f085b953f4e35893f01f8a40
parentc8eab1d7c92ad72089c98e5753ebc96419e3674a
Remove obsolete Python 2 comment

I found a comment that referred to Python 2, but that is now obsolete
-- the code it refers to is gone.  I'm checking in this patch to
remove the comment.

There's a similar comment elsewhere, but I plan to remove that one in
another patch I'm going to submit shortly.
gdb/python/py-value.c