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 2014/03/04 00:15:56 UTC

svn commit: r1573800 - /subversion/trunk/subversion/libsvn_wc/deprecated.c

Author: philip
Date: Mon Mar  3 23:15:56 2014
New Revision: 1573800

URL: http://svn.apache.org/r1573800
Log:
* subversion/libsvn_wc/deprecated.c
  (svn_wc_read_kind): Remove some commented-out code and an unreached return.

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

Modified: subversion/trunk/subversion/libsvn_wc/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/deprecated.c?rev=1573800&r1=1573799&r2=1573800&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/deprecated.c (original)
+++ subversion/trunk/subversion/libsvn_wc/deprecated.c Mon Mar  3 23:15:56 2014
@@ -4787,15 +4787,6 @@ svn_wc_read_kind(svn_node_kind_t *kind,
                             TRUE /* show_deleted */,
                             show_hidden,
                             scratch_pool));
-
-  /*if (db_kind == svn_node_dir)
-    *kind = svn_node_dir;
-  else if (db_kind == svn_node_file || db_kind == svn_node_symlink)
-    *kind = svn_node_file;
-  else
-    *kind = svn_node_none;*/
-
-  return SVN_NO_ERROR;
 }
 
 svn_wc_conflict_description2_t *