Remove unused variables from gdbserver
[deliverable/binutils-gdb.git] / gdb / gdbserver / remote-utils.c
index 1734c54e39aca73705299e9adb4d496a6ee21eb6..38c90324288c510c348d03dbe2ea4da2a9a41f28 100644 (file)
@@ -231,7 +231,6 @@ void
 remote_prepare (const char *name)
 {
   client_state &cs = get_client_state ();
-  const char *port_str;
 #ifdef USE_WIN32API
   static int winsock_initialized;
 #endif
@@ -902,7 +901,6 @@ static unsigned char *readchar_bufp;
 static int
 readchar (void)
 {
-  client_state &cs = get_client_state ();
   int ch;
 
   if (readchar_bufcnt == 0)
This page took 0.028138 seconds and 4 git commands to generate.