Skip to content

Commit 030d29a

Browse files
committed
cutil: Remove unused freelist.c and freelist.h
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent e219ad1 commit 030d29a

File tree

3 files changed

+2
-53
lines changed

3 files changed

+2
-53
lines changed

cutil/Makefile.am

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif
77

88
noinst_HEADERS = \
99
bitvec.h callcpp.h const.h cutil.h cutil_class.h danerror.h efio.h \
10-
emalloc.h freelist.h globals.h \
10+
emalloc.h globals.h \
1111
oldlist.h structures.h
1212

1313
if !USING_MULTIPLELIBS
@@ -22,7 +22,5 @@ endif
2222

2323
libtesseract_cutil_la_SOURCES = \
2424
bitvec.cpp callcpp.cpp cutil.cpp cutil_class.cpp danerror.cpp efio.cpp \
25-
emalloc.cpp freelist.cpp \
25+
emalloc.cpp \
2626
oldlist.cpp structures.cpp
27-
28-

cutil/freelist.cpp

-18
This file was deleted.

cutil/freelist.h

-31
This file was deleted.

0 commit comments

Comments
 (0)