Skip to content

Commit cba3546

Browse files
barrbrainjrn
authored andcommitted
vcs-svn: drop obj_pool
This reverts commit 4709455 (Add memory pool library, 2010-08-09). svn-fe uses strbufs to avoid memory allocation overhead nowadays. Signed-off-by: David Barr <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]>
1 parent 5db348d commit cba3546

File tree

5 files changed

+1
-260
lines changed

5 files changed

+1
-260
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@
171171
/test-line-buffer
172172
/test-match-trees
173173
/test-mktemp
174-
/test-obj-pool
175174
/test-parse-options
176175
/test-path-utils
177176
/test-run-command

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ TEST_PROGRAMS_NEED_X += test-dump-cache-tree
424424
TEST_PROGRAMS_NEED_X += test-genrandom
425425
TEST_PROGRAMS_NEED_X += test-line-buffer
426426
TEST_PROGRAMS_NEED_X += test-match-trees
427-
TEST_PROGRAMS_NEED_X += test-obj-pool
428427
TEST_PROGRAMS_NEED_X += test-parse-options
429428
TEST_PROGRAMS_NEED_X += test-path-utils
430429
TEST_PROGRAMS_NEED_X += test-run-command
@@ -1838,7 +1837,7 @@ XDIFF_OBJS = xdiff/xdiffi.o xdiff/xprepare.o xdiff/xutils.o xdiff/xemit.o \
18381837
xdiff/xmerge.o xdiff/xpatience.o
18391838
VCSSVN_OBJS = vcs-svn/line_buffer.o vcs-svn/repo_tree.o \
18401839
vcs-svn/fast_export.o vcs-svn/svndump.o
1841-
VCSSVN_TEST_OBJS = test-obj-pool.o test-line-buffer.o
1840+
VCSSVN_TEST_OBJS = test-line-buffer.o
18421841
OBJECTS := $(GIT_OBJS) $(XDIFF_OBJS) $(VCSSVN_OBJS)
18431842

18441843
dep_files := $(foreach f,$(OBJECTS),$(dir $f).depend/$(notdir $f).d)
@@ -1962,7 +1961,6 @@ xdiff-interface.o $(XDIFF_OBJS): \
19621961
xdiff/xutils.h xdiff/xprepare.h xdiff/xdiffi.h xdiff/xemit.h
19631962

19641963
$(VCSSVN_OBJS) $(VCSSVN_TEST_OBJS): $(LIB_H) \
1965-
vcs-svn/obj_pool.h \
19661964
vcs-svn/line_buffer.h vcs-svn/repo_tree.h vcs-svn/fast_export.h \
19671965
vcs-svn/svndump.h
19681966

t/t0080-vcs-svn.sh

Lines changed: 0 additions & 79 deletions
This file was deleted.

test-obj-pool.c

Lines changed: 0 additions & 116 deletions
This file was deleted.

vcs-svn/obj_pool.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)