Remove tests for function getline

The Tesseract code does not use getline.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-07-19 08:26:49 +02:00
parent 3a7f5e4de4
commit 4bbebd3f7e
3 changed files with 0 additions and 6 deletions

View File

@ -106,7 +106,6 @@ set(include_files_list
check_includes(include_files_list)
set(functions_list
getline
snprintf
)
check_functions(functions_list)

View File

@ -407,8 +407,6 @@ AC_HEADER_STDBOOL
AC_SYS_INTERPRETER
AC_SYS_LARGEFILE
AC_CHECK_FUNCS([getline])
# ----------------------------------------
# Check for programs needed to build documentation.
# ----------------------------------------

View File

@ -90,9 +90,6 @@ projects:
- src/ccstruct
- src/ccutil
check_function_exists:
- getline
check_symbol_exists:
snprintf: stdio.h