You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/09/27 12:53:54 UTC

svn commit: r1627950 - /subversion/trunk/subversion/libsvn_fs_x/noderevs.c

Author: stefan2
Date: Sat Sep 27 10:53:53 2014
New Revision: 1627950

URL: http://svn.apache.org/r1627950
Log:
* subversion/libsvn_fs_x/noderevs.c
  (binary_id_t): Remove outdated comment. No functional change.

Modified:
    subversion/trunk/subversion/libsvn_fs_x/noderevs.c

Modified: subversion/trunk/subversion/libsvn_fs_x/noderevs.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/noderevs.c?rev=1627950&r1=1627949&r2=1627950&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/noderevs.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/noderevs.c Sat Sep 27 10:53:53 2014
@@ -60,8 +60,6 @@ typedef struct binary_id_t
 } binary_id_t;
 
 /* Our internal representation of an representation.
- * We simply omit the uniquifier, which allows us to share instances of
- * binary_representation_t and uniquify them in a shared_representation_t.
  */
 typedef struct binary_representation_t
 {