From b9a8d62324c1a305d5e1433e2f0cea902862cbbe Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 26 Apr 2015 09:30:44 -0400 Subject: [PATCH] Diagnostics: Removed 'Build caps' line --- src/commands/CmdDiagnostics.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index d14836987..bbe816af5 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -160,14 +160,7 @@ int CmdDiagnostics::execute (std::string& output) #ifdef HAVE_COMMIT << " " << STRING_CMD_DIAG_COMMIT << ": " << COMMIT << "\n" #endif - << " CMake: " << CMAKE_VERSION << "\n" - << " " << STRING_CMD_DIAG_CAPS << ":" -#ifdef HAVE_LIBGNUTLS - << " +tls" -#else - << " -tls" -#endif - << "\n"; + << " CMake: " << CMAKE_VERSION << "\n"; out << " libuuid: " #ifdef HAVE_UUID_UNPARSE_LOWER