* valops.c (value_assign): 'use_buffer' is initialized to zero,
authorJim Blandy <jimb@codesourcery.com>
Tue, 14 Sep 2004 03:01:48 +0000 (03:01 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 14 Sep 2004 03:01:48 +0000 (03:01 +0000)
commit6c4182ddc9e707f2bb12ee248458e3082ad28ce4
tree33d4606309fdf64c2e9b46f8498a6241c49eaa44
parent696576715e5355fa389275405e401115bc02089f
* valops.c (value_assign): 'use_buffer' is initialized to zero,
and never assigned to.   Delete it, and the 'if (use_buffer)'
clauses.  Delete 'raw_buffer', since it is now unused.
gdb/ChangeLog
gdb/valops.c