* top.c (user_args): Remove unused declaration.
authorEli Zaretskii <eliz@gnu.org>
Thu, 17 May 2001 15:05:32 +0000 (15:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 17 May 2001 15:05:32 +0000 (15:05 +0000)
gdb/ChangeLog
gdb/top.c

index 461998e4dfed72701119d9b929f0af5171ea4318..ab8f59e5825f7a990ad34319cefc3aaec6c9324e 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * top.c (user_args): Remove unused declaration.
+
 2001-05-16  Michael Snyder  <msnyder@redhat.com>
 
        * infcmd.c (do_registers_info): Move alloca outside of loop.
index be4504d68bafa01e457d3e774d71e54344625569..79eaa41cf4913a5c1c8e11df155ebe7cea215a58 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -224,21 +224,6 @@ int target_executing = 0;
 /* Level of control structure.  */
 static int control_level;
 
-/* Structure for arguments to user defined functions.  */
-#define MAXUSERARGS 10
-struct user_args
-  {
-    struct user_args *next;
-    struct
-      {
-       char *arg;
-       int len;
-      }
-    a[MAXUSERARGS];
-    int count;
-  }
- *user_args;
-
 /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT.  */
 
 #ifndef STOP_SIGNAL
This page took 0.029118 seconds and 4 git commands to generate.