OBVIOUS Remove a useless const char *type and its initialization.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 3 Nov 2018 18:31:41 +0000 (19:31 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 3 Nov 2018 18:31:41 +0000 (19:31 +0100)
commit814fa4f632006dace09b131021b949021dfb58bf
tree3a2fbe1e5aef9ff2f1ca5b629c1dbf9893d04da5
parent3c6dd3d1c76a4a55555a2df85140ede39e8363cb
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.
gdb/ChangeLog
gdb/language.c
This page took 0.023618 seconds and 4 git commands to generate.