Author: stefan2
Date: Sat Apr 16 13:26:41 2011
New Revision: 1093992

URL: http://svn.apache.org/viewvc?rev=1093992&view=rev
Log:
Partially revert r1093983: caching.c was not meant to be committed.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/caching.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/caching.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/caching.c?rev=1093992&r1=1093991&r2=1093992&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/caching.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/caching.c Sat Apr 16 13:26:41 2011
@@ -31,7 +31,6 @@
 #include "svn_cmdline.h"
 
 #include "svn_private_config.h"
-#include <valgrind/callgrind.h>
 
 /* Return a memcache in *MEMCACHE_P for FS if it's configured to use
    memcached, or NULL otherwise.  Also, sets *FAIL_STOP to a boolean
@@ -158,13 +157,6 @@ svn_fs_fs__initialize_caches(svn_fs_t *f
   svn_memcache_t *memcache;
   svn_boolean_t no_handler;
 
-  static int runCount = 0;
-
-  if (++runCount == 2)
-  {
-    CALLGRIND_START_INSTRUMENTATION
-  }
-  
   SVN_ERR(read_config(&memcache, &no_handler, fs, pool));
 
   /* Make the cache for revision roots.  For the vast majority of


Reply via email to