mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
* ada-lang.c: * ada-tasks.c: * ada-varobj.c: * amd64-darwin-tdep.c: * arm-symbian-tdep.c: * arm-tdep.c: * avr-tdep.c: * ax-gdb.c: * bfin-linux-tdep.c: * breakpoint.c: * c-valprint.c: * cli/cli-cmds.c: * coffread.c: * cp-support.c: * cris-tdep.c: * dwarf2-frame-tailcall.c: * dwarf2-frame.c: * dwarf2expr.c: * dwarf2loc.c: * dwarf2read.c: * elfread.c: * eval.c: * expprint.c: * f-valprint.c: * frv-tdep.c: * h8300-tdep.c: * hppa-hpux-tdep.c: * hppa-tdep.c: * hppanbsd-tdep.c: * i386-nto-tdep.c: * i386-tdep.c: * i387-tdep.c: * ia64-tdep.c: * jit.c: * linespec.c: * linux-tdep.c: * lm32-tdep.c: * m2-valprint.c: * m32c-tdep.c: * m32r-rom.c: * m32r-tdep.c: * m68k-tdep.c: * m68klinux-tdep.c: * mi/mi-main.c: * microblaze-tdep.c: * mips-linux-tdep.c: * mips-tdep.c: * mn10300-tdep.c: * p-valprint.c: * parse.c: * ppc-linux-tdep.c: * ppc-sysv-tdep.c: * printcmd.c: * python/py-finishbreakpoint.c: * python/py-inferior.c: * python/py-infthread.c: * python/py-type.c: * python/python.c: * remote-fileio.c: * remote-m32r-sdi.c: * remote-mips.c: * reverse.c: * rl78-tdep.c: * rs6000-aix-tdep.c: * rs6000-tdep.c: * s390-tdep.c: * score-tdep.c: * sh64-tdep.c: * skip.c: * solib-darwin.c: * solib-dsbt.c: * solib-frv.c: * sparc-tdep.c: * spu-multiarch.c: * spu-tdep.c: * stack.c: * symfile.c: * symtab.c: * tic6x-tdep.c: * tracepoint.c: * v850-tdep.c: * valarith.c: * valprint.c: * value.c: * xcoffread.c: * xtensa-tdep.c: * ada-lang.c: * ada-tasks.c: * ada-varobj.c: * amd64-darwin-tdep.c: * arm-symbian-tdep.c: * arm-tdep.c: Delete unused variables.
This commit is contained in:
@@ -682,7 +682,7 @@ remote_fileio_func_read (char *buf)
|
||||
long target_fd, num;
|
||||
LONGEST lnum;
|
||||
CORE_ADDR ptrval;
|
||||
int fd, ret, retlength;
|
||||
int fd, ret;
|
||||
gdb_byte *buffer;
|
||||
size_t length;
|
||||
off_t old_offset, new_offset;
|
||||
@@ -1133,7 +1133,7 @@ static void
|
||||
remote_fileio_func_fstat (char *buf)
|
||||
{
|
||||
CORE_ADDR ptrval;
|
||||
int fd, ret, retlength;
|
||||
int fd, ret;
|
||||
long target_fd;
|
||||
LONGEST lnum;
|
||||
struct stat st;
|
||||
@@ -1212,7 +1212,7 @@ remote_fileio_func_gettimeofday (char *buf)
|
||||
{
|
||||
LONGEST lnum;
|
||||
CORE_ADDR ptrval;
|
||||
int ret, retlength;
|
||||
int ret;
|
||||
struct timeval tv;
|
||||
struct fio_timeval ftv;
|
||||
|
||||
@@ -1281,7 +1281,7 @@ static void
|
||||
remote_fileio_func_system (char *buf)
|
||||
{
|
||||
CORE_ADDR ptrval;
|
||||
int ret, length, retlength;
|
||||
int ret, length;
|
||||
char *cmdline = NULL;
|
||||
|
||||
/* Parameter: Ptr to commandline / length incl. trailing zero */
|
||||
|
||||
Reference in New Issue
Block a user