X-Git-Url: http://git.efficios.com/?p=deliverable%2Fbinutils-gdb.git;a=blobdiff_plain;f=gdb%2Ftarget-connection.c;h=c8c63ab375e26dae85449f932e5f8952df3574e7;hp=35c786bc1c69d4381c0553bcd9775e478c0fa1fc;hb=2f4fcf00399bc0ad5a4fed6b530128e8be4f40da;hpb=121b3efd49f98e4049281b3ba7a258e650e40b38 diff --git a/gdb/target-connection.c b/gdb/target-connection.c index 35c786bc1c..c8c63ab375 100644 --- a/gdb/target-connection.c +++ b/gdb/target-connection.c @@ -53,12 +53,9 @@ connection_list_remove (process_stratum_target *t) t->connection_number = 0; } -/* Make a target connection string for T. This is usually T's - shortname, but it includes the result of - process_stratum_target::connection_string() too if T supports - it. */ +/* See target-connection.h. */ -static std::string +std::string make_target_connection_string (process_stratum_target *t) { if (t->connection_string () != NULL)