You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/10/02 21:57:05 UTC

svn commit: r1706482 - /subversion/trunk/subversion/libsvn_client/diff.c

Author: rhuijben
Date: Fri Oct  2 19:57:04 2015
New Revision: 1706482

URL: http://svn.apache.org/viewvc?rev=1706482&view=rev
Log:
* subversion/libsvn_client/diff.c
  (diff_content_changed): Remove long handled ### comment (added in 2002).

Modified:
    subversion/trunk/subversion/libsvn_client/diff.c

Modified: subversion/trunk/subversion/libsvn_client/diff.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/diff.c?rev=1706482&r1=1706481&r2=1706482&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/diff.c (original)
+++ subversion/trunk/subversion/libsvn_client/diff.c Fri Oct  2 19:57:04 2015
@@ -1088,10 +1088,6 @@ diff_content_changed(svn_boolean_t *wrot
         }
     }
 
-  /* ### todo: someday we'll need to worry about whether we're going
-     to need to write a diff plug-in mechanism that makes use of the
-     two paths, instead of just blindly running SVN_CLIENT_DIFF.  */
-
   return SVN_NO_ERROR;
 }