diff options
author | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2018-11-03 19:31:41 +0100 |
---|---|---|
committer | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2018-11-03 19:31:41 +0100 |
commit | 814fa4f632006dace09b131021b949021dfb58bf (patch) | |
tree | 3a2fbe1e5aef9ff2f1ca5b629c1dbf9893d04da5 /gdb/python/py-value.c | |
parent | 3c6dd3d1c76a4a55555a2df85140ede39e8363cb (diff) | |
download | binutils-814fa4f632006dace09b131021b949021dfb58bf.zip binutils-814fa4f632006dace09b131021b949021dfb58bf.tar.gz binutils-814fa4f632006dace09b131021b949021dfb58bf.tar.bz2 |
OBVIOUS Remove a useless const char *type and its initialization.
Valgrind detected a leak for the line:
type = xstrdup ("auto");
as the compile probably dropped the type variable completely, as its
only usage was this initialization.
So, remove the useless variable.
Diffstat (limited to 'gdb/python/py-value.c')
0 files changed, 0 insertions, 0 deletions