Change wrap buffering to use a std::string
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index ed2ef37471dd637e733b154f74a0fc2c424fc8c0..742222b695df78375486b9bb63ac057595cfe761 100644 (file)
@@ -214,8 +214,6 @@ nto_procfs_target::open (const char *arg, int from_tty)
   nto_procfs_node = ND_LOCAL_NODE;
   nodestr = (arg != NULL) ? xstrdup (arg) : NULL;
 
-  init_thread_list ();
-
   if (nodestr)
     {
       nto_procfs_node = netmgr_strtond (nodestr, &endstr);
This page took 0.023803 seconds and 4 git commands to generate.