wt-status: remove unused field in grab_1st_switch_cbdata
commitce23d493b479d754321c9d835039a93e7fde9671
authorRamkumar Ramachandra <artagnon@gmail.com>
Sun, 16 Jun 2013 08:45:14 +0000 (16 14:15 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2013 16:56:32 +0000 (17 09:56 -0700)
tree0d9f6a293a61c77d0f79a66f6e7e5661273a5915
parent46ab7d46ca8ae98411450f077b3023e0b7e03ea9
wt-status: remove unused field in grab_1st_switch_cbdata

The struct grab_1st_switch_cbdata has the field "found", which is
set in grab_1st_switch() when a match is found.  This information is
redundant and unused by any code.  The return value of the function
serves to communicate this information anyway.

Remove the field.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c