Skip to content

Commit

Permalink
Deleted lots of dead code, including PBLOB
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@565 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
theraysmith committed Mar 18, 2011
1 parent 0a4d382 commit 96ca745
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 412 deletions.
4 changes: 2 additions & 2 deletions dict/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/cutil -I$(top_srcdir)/ccutil \

include_HEADERS = \
dawg.h dict.h matchdefs.h \
permngram.h permute.h states.h stopper.h trie.h
permute.h states.h stopper.h trie.h

lib_LTLIBRARIES = libtesseract_dict.la
libtesseract_dict_la_SOURCES = \
context.cpp \
dawg.cpp dict.cpp hyphen.cpp \
permdawg.cpp permngram.cpp permute.cpp states.cpp stopper.cpp trie.cpp
permdawg.cpp permute.cpp states.cpp stopper.cpp trie.cpp

libtesseract_dict_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
8 changes: 3 additions & 5 deletions dict/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
LTLIBRARIES = $(lib_LTLIBRARIES)
libtesseract_dict_la_LIBADD =
am_libtesseract_dict_la_OBJECTS = context.lo dawg.lo dict.lo hyphen.lo \
permdawg.lo permngram.lo permute.lo states.lo stopper.lo \
trie.lo
permdawg.lo permute.lo states.lo stopper.lo trie.lo
libtesseract_dict_la_OBJECTS = $(am_libtesseract_dict_la_OBJECTS)
libtesseract_dict_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
Expand Down Expand Up @@ -268,13 +267,13 @@ AM_CPPFLAGS = -I$(top_srcdir)/cutil -I$(top_srcdir)/ccutil \

include_HEADERS = \
dawg.h dict.h matchdefs.h \
permngram.h permute.h states.h stopper.h trie.h
permute.h states.h stopper.h trie.h

lib_LTLIBRARIES = libtesseract_dict.la
libtesseract_dict_la_SOURCES = \
context.cpp \
dawg.cpp dict.cpp hyphen.cpp \
permdawg.cpp permngram.cpp permute.cpp states.cpp stopper.cpp trie.cpp
permdawg.cpp permute.cpp states.cpp stopper.cpp trie.cpp

libtesseract_dict_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
all: all-recursive
Expand Down Expand Up @@ -356,7 +355,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hyphen.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permdawg.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permngram.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permute.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/states.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stopper.Plo@am__quote@
Expand Down
323 changes: 0 additions & 323 deletions dict/permngram.cpp

This file was deleted.

Loading

0 comments on commit 96ca745

Please sign in to comment.