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 2016/01/04 14:31:54 UTC

svn commit: r1722865 - /subversion/trunk/notes/knobs

Author: stefan2
Date: Mon Jan  4 13:31:54 2016
New Revision: 1722865

URL: http://svn.apache.org/viewvc?rev=1722865&view=rev
Log:
Follow-up to r1722860: Update dev documentation.

* notes/knobs
  (SVN_UTF_NO_UNINITIALISED_ACCESS): Remove section about this knob and
                                     update the index. Our code no longer
                                     uses it.

Modified:
    subversion/trunk/notes/knobs

Modified: subversion/trunk/notes/knobs
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/knobs?rev=1722865&r1=1722864&r2=1722865&view=diff
==============================================================================
--- subversion/trunk/notes/knobs (original)
+++ subversion/trunk/notes/knobs Mon Jan  4 13:31:54 2016
@@ -73,7 +73,6 @@ SSL_VERBOSE
 SVN_DEPRECATED
 SVN_FS__TRAIL_DEBUG
 SVN_FS_FS__LOG_ACCESS
-SVN_UTF_NO_UNINITIALISED_ACCESS
 
 2.4 Test-only
 
@@ -437,14 +436,6 @@ SVN_I_LIKE_LATENCY_SO_IGNORE_HTTPV2
   Default:   not defined
   Suggested: defined, not defined
 
-5.15 SVN_UTF_NO_UNINITIALISED_ACCESS
-
-  Scope:     libsvn_subr
-  Purpose:   Disables some code that triggers warnings in memory tools
-             such as valgrind and address sanitizer.
-  Range:     definedness
-  Default:   not defined
-  Suggested: defined, not defined
 
 6 Defines that affect unit tests
 ================================