Author: stefan2
Date: Tue Jan 13 16:40:43 2015
New Revision: 1651402

URL: http://svn.apache.org/r1651402
Log:
Follow-up to r1651401: Remove redundant a function call.
This also fixes the build.

* subversion/libsvn_fs_x/cached_data.c
  (get_node_revision_body): The REVISION_FILE has already been opened.

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

Modified: subversion/trunk/subversion/libsvn_fs_x/cached_data.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/cached_data.c?rev=1651402&r1=1651401&r2=1651402&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/cached_data.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/cached_data.c Tue Jan 13 16:40:43 
2015
@@ -365,10 +365,6 @@ get_node_revision_body(svn_fs_x__noderev
             return SVN_NO_ERROR;
         }
 
-      /* read the data from disk */
-      SVN_ERR(open_and_seek_revision(&revision_file, fs, id,
-                                     scratch_pool));
-
       /* block-read will parse the whole block and will also return
          the one noderev that we need right now. */
       SVN_ERR(block_read((void **)noderev_p, fs,


Reply via email to