Edsger Dijkstra


Suggested
r948304

r948304 | hwright | 2010-05-26 03:57:52 +0000 (Wed, 26 May 2010)

Remove a couple of goto statements in favor of some refactoring and a helper
function.

Suggested by: Edsger Dijkstra

* subversion/libsvn_client/checkout.c
  (initialize_area): New.
  (svn_clien__checkout_internal): Rather than using a goto to run the
    initialization code, just call the helper function.