andreas.koenig@anima.de (Andreas J. Koenig) wrote:
> > While you're at it, I also notice this inaccurate comment in status.c
> > for the svn_cl__generate_status_codes() function :
>
> > This function is also used by commit-cmd.c
>
> > (this function appear to be used only in status.c. Turn it into static ?)
>
> You mean like so?
Yes, plus :
Index: cl.h
===================================================================
--- cl.h
+++ cl.h Thu Oct 17 14:50:56 2002
@@ -221,15 +221,6 @@
apr_pool_t *pool);
-/* Fills in the first four characters of STR_STATUS with status code
- characters, based on TEXT_STATUS, PROP_STATUS, LOCKED, and COPIED.*/
-void
-svn_cl__generate_status_codes (char *str_status,
- enum svn_wc_status_kind text_status,
- enum svn_wc_status_kind prop_status,
- svn_boolean_t locked,
- svn_boolean_t copied);
-
/*** Notification functions to display results on the terminal. */
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 14:54:48 2002