transport-helper: remove barely used xchgline()
commit4a1b59c85f99b4ed046ae8066e7dea1d8621a986
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 12 Apr 2014 20:33:28 +0000 (12 15:33 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Apr 2014 20:48:17 +0000 (14 13:48 -0700)
tree0e9f772c19bb5dd7a42563b7159aae9e67c665b6
parent68773ac915580e88016c34ce1269730382b501d4
transport-helper: remove barely used xchgline()

It's only used once, we can just call the two functions inside directly.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c