[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Remove redundant member skip_descendants from libsvn_wc/update_editor.c

From: Arwin Arni <arwin_at_collab.net>
Date: Wed, 29 Dec 2010 19:11:27 +0530

Hi All,

In my pursuit to understand libsvn_wc/update_editor.c I came across an
unnecessary member (skip_descendants) in the dir_baton. skip_descendants
and skip_this are being set at the same time and have identical values
at all times. I have removed one of these (skip_descendants) and the
*relevant* code that I understand as being unreachable. I have attached
the patch and a log message. Please review and respond.

Regards,
Arwin Arni

Received on 2010-12-29 14:43:03 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.