diff options
author | David Barr <david.barr@cordelta.com> | 2010-12-13 21:26:43 +1100 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2011-03-22 18:39:53 -0500 |
commit | cba3546a43c64e2078664dbb6469aadf6bc473d3 (patch) | |
tree | cbd4ef1bcbaae1b091d5d5110a7da6273cb0cb8a /.gitignore | |
parent | 5db348dbd51cdeac711521d1fa7258785e72d202 (diff) | |
download | git-cba3546a43c64e2078664dbb6469aadf6bc473d3.tar.gz |
vcs-svn: drop obj_pool
This reverts commit 4709455db3891f6cad9a96a574296b4926f70cbe (Add
memory pool library, 2010-08-09). svn-fe uses strbufs to avoid memory
allocation overhead nowadays.
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 aa94ff125a..789f922c36 100644 --- a/.gitignore +++ b/.gitignore @@ -171,7 +171,6 @@ /test-line-buffer /test-match-trees /test-mktemp -/test-obj-pool /test-parse-options /test-path-utils /test-run-command |