You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/07/01 23:06:06 UTC

svn commit: r1498686 - /subversion/branches/fsfs-format7/subversion/include/svn_fs.h

Author: danielsh
Date: Mon Jul  1 21:06:06 2013
New Revision: 1498686

URL: http://svn.apache.org/r1498686
Log:
On the fsfs-format7 branch, remove a redundant comment.

* subversion/include/svn_fs.h
  (svn_fs_fsfs_info_t.min_unpacked_rev, svn_fs_fsx_info_t.min_unpacked_rev):
    Remove a comment which repeats stuff already told to the compiler.

Modified:
    subversion/branches/fsfs-format7/subversion/include/svn_fs.h

Modified: subversion/branches/fsfs-format7/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/include/svn_fs.h?rev=1498686&r1=1498685&r2=1498686&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/subversion/include/svn_fs.h (original)
+++ subversion/branches/fsfs-format7/subversion/include/svn_fs.h Mon Jul  1 21:06:06 2013
@@ -2660,7 +2660,7 @@ typedef struct svn_fs_fsfs_info_t {
   /** Shard size, or 0 if the filesystem is not currently sharded. */
   int shard_size;
 
-  /** The smallest revision (as #svn_revnum_t) which is not in a pack file.
+  /** The smallest revision which is not in a pack file.
    * @note Zero (0) if (but not iff) the format does not support packing. */
   svn_revnum_t min_unpacked_rev;
 
@@ -2688,7 +2688,7 @@ typedef struct svn_fs_fsx_info_t {
   /** Shard size, always > 0. */
   int shard_size;
 
-  /** The smallest revision (as #svn_revnum_t) which is not in a pack file. */
+  /** The smallest revision which is not in a pack file. */
   svn_revnum_t min_unpacked_rev;
 
   /* If you add fields here, check whether you need to extend svn_fs_info()