Step down from being global maintainer.
[deliverable/binutils-gdb.git] / gdb / procfs.c
index 8204747784c95c7be56de4ad041c58b0561453b3..f0d65d2d74de92dc12bdb67d3846ff410665647b 100644 (file)
@@ -184,10 +184,6 @@ procfs_target (void)
 {
   struct target_ops *t = inf_child_target ();
 
-  t->to_shortname = "procfs";
-  t->to_longname = "Unix /proc child process";
-  t->to_doc =
-    "Unix /proc child process (started by the \"run\" command).";
   t->to_create_inferior = procfs_create_inferior;
   t->to_kill = procfs_kill_inferior;
   t->to_mourn_inferior = procfs_mourn_inferior;
This page took 0.02748 seconds and 4 git commands to generate.