[GDBserver] Multi-process + multi-arch
[deliverable/binutils-gdb.git] / gdb / gdbserver / inferiors.c
index 6953d0e170bc751996ab0e572e3e36fb208ce424..39eb52ea3867c94ef7e23dcd0b8eda89709ebd5a 100644 (file)
@@ -102,7 +102,6 @@ add_thread (ptid_t thread_id, void *target_data)
     current_inferior = new_thread;
 
   new_thread->target_data = target_data;
-  set_inferior_regcache_data (new_thread, new_register_cache ());
 }
 
 ptid_t
This page took 0.025218 seconds and 4 git commands to generate.