Skip to content

Commit

Permalink
Remove strcasestr which is no longer needed
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jun 3, 2017
1 parent 25e0c1a commit 8ec67a9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 143 deletions.
3 changes: 0 additions & 3 deletions training/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@ set(text2image_src
util.h
icuerrorcode.h
)
if (CYGWIN)
set(text2image_src ${text2image_src} ../vs2010/port/strcasestr.cpp)
endif()

add_executable (text2image ${text2image_src})
target_link_libraries (text2image unicharset_training)
Expand Down
2 changes: 0 additions & 2 deletions training/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,6 @@ text2image_LDADD += -lws2_32
wordlist2dawg_LDADD += -lws2_32

AM_CPPFLAGS += -I$(top_srcdir)/vs2010/port
noinst_HEADERS += ../vs2010/port/strcasestr.h
libtesseract_training_la_SOURCES += ../vs2010/port/strcasestr.cpp
endif

ambiguous_words_LDFLAGS = $(OPENCL_LDFLAGS)
Expand Down
79 changes: 0 additions & 79 deletions vs2010/port/strcasestr.cpp

This file was deleted.

59 changes: 0 additions & 59 deletions vs2010/port/strcasestr.h

This file was deleted.

0 comments on commit 8ec67a9

Please sign in to comment.