Remove some unused variables
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
index 2900872e7672be745070ac07a1d905483ae8b828..d30b38ecb7ce494a3b580fccb1da48c927defbd1 100644 (file)
@@ -377,9 +377,6 @@ end_callbacks (void)
 static int
 gdb_os_write_stdout (host_callback *p, const char *buf, int len)
 {
-  int i;
-  char b[2];
-
   ui_file_write (gdb_stdtarg, buf, len);
   return len;
 }
This page took 0.024242 seconds and 4 git commands to generate.