]> git.armaanb.net Git - gen-shell.git/blobdiff - src/diag.cpp
about as detasked as it will be
[gen-shell.git] / src / diag.cpp
index 9cbe9a7aafdb4b1c7256d10c89d1012d70c4279f..54c5184beeb336a486ea7bbe188ad4ffb77d9b9a 100644 (file)
@@ -25,7 +25,6 @@
 ////////////////////////////////////////////////////////////////////////////////
 
 #include <cmake.h>
-#include <commit.h>
 #include <iostream>
 #include <string>
 #include <vector>
@@ -94,14 +93,7 @@ int cmdDiagnostics ()
             << "\n\n";
 
   std::cout << bold.colorize ("Build Features")
-            << "\n"
-
-  // Build date.
-            << "      " << "Built: " << __DATE__ << " " << __TIME__ << "\n"
-#ifdef HAVE_COMMIT
-            << "     " << "Commit: " << COMMIT << "\n"
-#endif
-            << "      CMake: " << CMAKE_VERSION << "\n";
+            << "\n";
 
   std::cout << "libreadline: "
 #ifdef HAVE_READLINE