Author: stsp
Date: Sat May 21 20:52:41 2011
New Revision: 1125815
URL: http://svn.apache.org/viewvc?rev=1125815&view=rev
Log:
Follow-up to r1125814:
* subversion/tests/libsvn_subr/stream-test.c
(test_stream_compressed_empty_file): Remove unused variables.
Modified:
subversion/trunk/subversion/tests/libsvn_subr/stream-test.c
Modified: subversion/trunk/subversion/tests/libsvn_subr/stream-test.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/stream-test.c?rev=1125815&r1=1125814&r2=1125815&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/stream-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/stream-test.c Sat May 21
20:52:41 2011
@@ -529,14 +529,9 @@ test_stream_compressed_empty_file(apr_po
#define TEST_BUF_SIZE 10
svn_stream_t *stream, *empty_file_stream;
- svn_stringbuf_t *origbuf, *inbuf, *outbuf;
char buf[TEST_BUF_SIZE];
apr_size_t len;
- origbuf = svn_stringbuf_create("", pool);
- inbuf = svn_stringbuf_create("", pool);
- outbuf = svn_stringbuf_create("", pool);
-
/* Reading an empty file with a compressed stream should not error. */
SVN_ERR(svn_stream_open_unique(&empty_file_stream, NULL, NULL,
svn_io_file_del_on_pool_cleanup,