On May 3, 2011 5:43 PM, <rhuij...@apache.org> wrote: > > Author: rhuijben > Date: Tue May 3 21:42:57 2011 > New Revision: 1099273 > > URL: http://svn.apache.org/viewvc?rev=1099273&view=rev > Log: > Remove two unused arguments from svn_wc__db_base_get_info(). The recorded size > and recorded modification time values only make sense when you look at the > highest layer of NODES, so you would have to call _read_info to verify that > anyway.
Nice change. Insightful.