You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/11/28 01:30:16 UTC

svn commit: r1414479 - /subversion/trunk/subversion/tests/libsvn_subr/path-test.c

Author: breser
Date: Wed Nov 28 00:30:15 2012
New Revision: 1414479

URL: http://svn.apache.org/viewvc?rev=1414479&view=rev
Log:
* subversion/tests/libsvn_subr/path-test.c
  (test_path_splitext): Removed unused result member of tests struct.


Modified:
    subversion/trunk/subversion/tests/libsvn_subr/path-test.c

Modified: subversion/trunk/subversion/tests/libsvn_subr/path-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/path-test.c?rev=1414479&r1=1414478&r2=1414479&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/path-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/path-test.c Wed Nov 28 00:30:15 2012
@@ -1202,7 +1202,6 @@ test_path_splitext(apr_pool_t *pool)
     const char *path;
     const char *path_root;
     const char *path_ext;
-    svn_boolean_t result;
   } tests[] = {
     { "no-ext",                    "no-ext",                 "" },
     { "test-file.py",              "test-file.",             "py" },