diff options
author | David Barr <david.barr@cordelta.com> | 2010-12-13 21:17:36 +1100 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2011-03-22 18:32:58 -0500 |
commit | 28c5d9ed2a2bc562bc8c50092f52f58b3aa08039 (patch) | |
tree | b997155b67095b169c91ddbb69561c9996b05a22 /.gitignore | |
parent | vcs-svn: pass paths through to fast-import (diff) | |
download | tgif-28c5d9ed2a2bc562bc8c50092f52f58b3aa08039.tar.xz |
vcs-svn: drop string_pool
This reverts commit 1d73b52f5ba4184de6acf474f14668001304a10c
(Add string-specific memory pool, 2010-08-09). Now that svn-fe
does not need to maintain a growing collection of strings (paths)
over a long period of time, the string_pool is not needed.
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c460c66766..215e842457 100644 --- a/.gitignore +++ b/.gitignore @@ -177,7 +177,6 @@ /test-run-command /test-sha1 /test-sigchain -/test-string-pool /test-subprocess /test-svn-fe /test-treap |