mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Diagnostics: Removed obsolete items
- Removed '+pthreads' caps indicator. - Removed HAVE_LIB defines for pthreads and readline. - Removed CMake module for finding readline.
This commit is contained in:
parent
b91a4b4982
commit
dc8e874f19
3 changed files with 0 additions and 93 deletions
|
@ -162,12 +162,6 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
#endif
|
||||
<< " CMake: " << CMAKE_VERSION << "\n"
|
||||
<< " " << STRING_CMD_DIAG_CAPS << ":"
|
||||
#ifdef HAVE_LIBPTHREAD
|
||||
<< " +pthreads"
|
||||
#else
|
||||
<< " -pthreads"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBGNUTLS
|
||||
<< " +tls"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue