gdb/
[deliverable/binutils-gdb.git] / gdb / common / filestuff.c
index daf96d9655ceccb8c669d47aef249fdb896ea6e1..7d1a69a5a79fae2e338f5fe9055c06525f1cf25e 100644 (file)
@@ -157,8 +157,6 @@ fdwalk (int (*func) (void *, int), void *arg)
    don't use a hashtab because libiberty isn't linked into gdbserver;
    and anyway we don't expect there to be many open fds.  */
 
-DEF_VEC_I (int);
-
 static VEC (int) *open_fds;
 
 /* An fdwalk callback function used by notice_open_fds.  It puts the
This page took 0.022874 seconds and 4 git commands to generate.