You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/05/02 18:26:08 UTC

svn commit: r1098651 - /subversion/trunk/subversion/libsvn_wc/info.c

Author: hwright
Date: Mon May  2 16:26:08 2011
New Revision: 1098651

URL: http://svn.apache.org/viewvc?rev=1098651&view=rev
Log:
* subversion/libsvn_wc/info.c
  (build_info_for_entry): Remove outdated comment.

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

Modified: subversion/trunk/subversion/libsvn_wc/info.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/info.c?rev=1098651&r1=1098650&r2=1098651&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/info.c (original)
+++ subversion/trunk/subversion/libsvn_wc/info.c Mon May  2 16:26:08 2011
@@ -66,10 +66,6 @@ build_info_for_entry(svn_info2_t **info,
   tmpinfo = apr_pcalloc(result_pool, sizeof(*tmpinfo));
   tmpinfo->kind = kind;
 
-  /* ### This is dangerous, though temporary.  Per the docstring, we shouldn't
-     ### be alloc'ing this struct directly, but let libsvn_wc do it.  Nowhere
-     ### in libsvn_wc do we currently alloc this struct, so we do it here.
-     ### All this code will shortly move to libsvn_wc, anyway. */
   tmpinfo->wc_info = apr_pcalloc(result_pool, sizeof(*tmpinfo->wc_info));
 
   SVN_ERR(svn_wc__node_get_origin(&is_copy, &rev, &repos_relpath,