diff options
author | David Barr <david.barr@cordelta.com> | 2010-12-13 21:23:17 +1100 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2011-03-22 18:34:44 -0500 |
commit | 5db348dbd51cdeac711521d1fa7258785e72d202 (patch) | |
tree | 6e86a379a632e20f0b838d86b06bd7af7f9e9063 /.gitignore | |
parent | 28c5d9ed2a2bc562bc8c50092f52f58b3aa08039 (diff) | |
download | git-5db348dbd51cdeac711521d1fa7258785e72d202.tar.gz |
vcs-svn: drop treap
This reverts commit 951f316470acc7c785c460a4e40735b22822349f
(Add treap implementation, 2010-08-09). The string_pool was
trp.h's last user.
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 215e842457..aa94ff125a 100644 --- a/.gitignore +++ b/.gitignore @@ -179,7 +179,6 @@ /test-sigchain /test-subprocess /test-svn-fe -/test-treap /common-cmds.h *.tar.gz *.dsc |