Author: stefan2
Date: Tue Jul 30 13:58:44 2013
New Revision: 1508446
URL: http://svn.apache.org/r1508446
Log:
On the fsx branch: Remove a few unused variables from the test code.
* subversion/tests/libsvn_subr/prefix-string-test.c
(a, b, c, phrase_1, phrase_2): drop
Modified:
subversion/branches/fsx/subversion/tests/libsvn_subr/prefix-string-test.c
Modified:
subversion/branches/fsx/subversion/tests/libsvn_subr/prefix-string-test.c
URL:
http://svn.apache.org/viewvc/subversion/branches/fsx/subversion/tests/libsvn_subr/prefix-string-test.c?rev=1508446&r1=1508445&r2=1508446&view=diff
==============================================================================
--- subversion/branches/fsx/subversion/tests/libsvn_subr/prefix-string-test.c
(original)
+++ subversion/branches/fsx/subversion/tests/libsvn_subr/prefix-string-test.c
Tue Jul 30 13:58:44 2013
@@ -38,13 +38,6 @@
#include "svn_string.h" /* This includes <apr_*.h> */
#include "private/svn_string_private.h"
-/* Some of our own global variables, for simplicity. Yes,
- simplicity. */
-svn_stringbuf_t *a = NULL, *b = NULL, *c = NULL;
-const char *phrase_1 = "hello, ";
-const char *phrase_2 = "a longish phrase of sorts, longer than 16 anyway";
-
-
static svn_error_t *
test_empty_string(apr_pool_t *pool)
{