Skip to content

Commit

Permalink
Remove memry.cpp, memry.h
Browse files Browse the repository at this point in the history
The proprietary memory allocators alloc_string, alloc_mem
are no longer used.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 25, 2018
1 parent cda04b1 commit db7f200
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
4 changes: 2 additions & 2 deletions src/ccutil/Makefile.am
Expand Up @@ -19,7 +19,7 @@ pkginclude_HEADERS = \
noinst_HEADERS = \
ambigs.h basedir.h bits16.h bitvector.h ccutil.h clst.h doubleptr.h elst2.h \
elst.h errcode.h fileerr.h genericheap.h globaloc.h \
indexmapbidi.h kdpair.h lsterr.h memry.h \
indexmapbidi.h kdpair.h lsterr.h \
nwmain.h object_cache.h params.h qrsequence.h sorthelper.h stderr.h \
scanutils.h tessdatamanager.h tprintf.h \
unicharcompress.h unicharmap.h unicharset.h unicity_table.h unicodes.h \
Expand All @@ -32,7 +32,7 @@ libtesseract_ccutil_la_SOURCES = \
ccutil.cpp clst.cpp \
elst2.cpp elst.cpp errcode.cpp \
globaloc.cpp indexmapbidi.cpp \
mainblk.cpp memry.cpp \
mainblk.cpp \
serialis.cpp strngs.cpp scanutils.cpp \
tessdatamanager.cpp tprintf.cpp \
unichar.cpp unicharcompress.cpp unicharmap.cpp unicharset.cpp unicodes.cpp \
Expand Down
45 changes: 0 additions & 45 deletions src/ccutil/memry.cpp

This file was deleted.

34 changes: 0 additions & 34 deletions src/ccutil/memry.h

This file was deleted.

0 comments on commit db7f200

Please sign in to comment.