You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/04/09 11:42:49 UTC

svn commit: r932320 - /subversion/trunk/subversion/libsvn_wc/log.c

Author: philip
Date: Fri Apr  9 09:42:49 2010
New Revision: 932320

URL: http://svn.apache.org/viewvc?rev=932320&view=rev
Log:
* subversion/libsvn_wc/log.c
  (svn_wc__loggy_translated_file): Remove unused variable.

Modified:
    subversion/trunk/subversion/libsvn_wc/log.c

Modified: subversion/trunk/subversion/libsvn_wc/log.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/log.c?rev=932320&r1=932319&r2=932320&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/log.c (original)
+++ subversion/trunk/subversion/libsvn_wc/log.c Fri Apr  9 09:42:49 2010
@@ -731,7 +731,6 @@ svn_wc__loggy_translated_file(svn_wc__db
   const char *loggy_path2;
   const char *loggy_path3;
   svn_stringbuf_t *buf = NULL;
-  const svn_skel_t *work_item;
 
   SVN_ERR_ASSERT(svn_dirent_is_absolute(adm_abspath));
   SVN_ERR_ASSERT(svn_dirent_is_absolute(dst_abspath));