Author: rinrab
Date: Mon Jun 9 12:31:54 2025
New Revision: 1926281
URL: http://svn.apache.org/viewvc?rev=1926281&view=rev
Log:
On the 'utf8-cmdline-prototype' branch: Following up to r1925836: remove
unused variable.
* subversion/svn/svn.c
(sub_main): Drop opt_arg locale variable since it's never used.
Modified:
subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c
Modified: subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c
URL:
http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c?rev=1926281&r1=1926280&r2=1926281&view=diff
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c (original)
+++ subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c Mon Jun 9
12:31:54 2025
@@ -2291,7 +2291,6 @@ sub_main(int *exit_code,
os->interleave = 1;
while (1)
{
- const char *opt_arg;
const char *utf8_opt_arg;
/* Parse the next option. */