remove extended_remote_create_inferior_1
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 15:27:54 +0000 (08:27 -0700)
committerTom Tromey <tromey@redhat.com>
Thu, 16 Jan 2014 19:12:32 +0000 (12:12 -0700)
commit77a194459598886be9a0bf3e3bac0a11025ef208
tree304e39297a8e76b8b2d901ae355f2941cf9111f0
parent62261490a36c6911c5eb61be7cddcfb1bd19ba18
remove extended_remote_create_inferior_1

I noticed that extended_remote_create_inferior_1 is called from a
single spot.  This patch unifies the callee and caller.  It's just a
simple cleanup that made the coming refactoring simpler.

2014-01-16  Tom Tromey  <tromey@redhat.com>

* remote.c (extended_remote_create_inferior): Rename from
extended_remote_create_inferior_1.  Add "ops" argument.  Remove
old implementation.
gdb/ChangeLog
gdb/remote.c
This page took 0.024492 seconds and 4 git commands to generate.