Skip to content

Commit

Permalink
Remove tests for function getline
Browse files Browse the repository at this point in the history
The Tesseract code does not use getline.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 19, 2018
1 parent 3a7f5e4 commit 4bbebd3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion cmake/Configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ set(include_files_list
check_includes(include_files_list)

set(functions_list
getline
snprintf
)
check_functions(functions_list)
Expand Down
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@ AC_HEADER_STDBOOL
AC_SYS_INTERPRETER
AC_SYS_LARGEFILE
AC_CHECK_FUNCS([getline])
# ----------------------------------------
# Check for programs needed to build documentation.
# ----------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions cppan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ projects:
- src/ccstruct
- src/ccutil

check_function_exists:
- getline

check_symbol_exists:
snprintf: stdio.h

Expand Down

0 comments on commit 4bbebd3

Please sign in to comment.