Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ERT_HAVE_THREAD_POOL, not in use #887

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads)
if(CMAKE_USE_PTHREADS_INIT)
set(HAVE_PTHREAD TRUE)
set(ERT_HAVE_THREAD_POOL ON)

set(pthread "${CMAKE_THREAD_LIBS_INIT}")

Expand Down
5 changes: 1 addition & 4 deletions lib/ert_api_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#cmakedefine ERT_HAVE_GETOPT
#cmakedefine ERT_HAVE_UNISTD
#cmakedefine ERT_HAVE_SPAWN
#cmakedefine ERT_HAVE_THREAD_POOL
#cmakedefine ERT_HAVE_OPENDIR
#cmakedefine ERT_HAVE_SYMLINK
#cmakedefine ERT_HAVE_READLINKAT
Expand All @@ -15,6 +14,4 @@
#cmakedefine ERT_TIME_T_64BIT_ACCEPT_PRE1970
#cmakedefine ERT_WINDOWS_LFS
#cmakedefine ERT_HAVE_PING
#cmakedefine PING_CMD "@PING_PATH@"


#cmakedefine PING_CMD "@PING_PATH@"