From 634334ab5ea40ac0a17e5a020a772ed14c23fcb7 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 6 Mar 2013 19:51:18 +0000 Subject: Garbage collect py-utils.c:target_string_to_unicode. The strlen in this function looked suspicious, for the function documents that STR is in the target's charset (what if it is utf-32, etc.). On closer inspection, nothing is calling the function, and it's been that way ever since the function was added. gdb/ 2013-03-06 Pedro Alves * python/py-utils.c (target_string_to_unicode): Delete function. * python/python-internal.h (target_string_to_unicode): Delete declaration. --- gdb/python/python-internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/python/python-internal.h') diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 8dff1d7..753ba96 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -335,7 +335,6 @@ char *unicode_to_target_string (PyObject *unicode_str); char *python_string_to_target_string (PyObject *obj); PyObject *python_string_to_target_python_string (PyObject *obj); char *python_string_to_host_string (PyObject *obj); -PyObject *target_string_to_unicode (const gdb_byte *str, int length); int gdbpy_is_string (PyObject *obj); char *gdbpy_obj_to_string (PyObject *obj); char *gdbpy_exception_to_string (PyObject *ptype, PyObject *pvalue); -- cgit v1.1