From c53057d386748dc90e8e71ffedb0e02766dda5b6 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Thu, 22 Dec 2016 14:59:45 +0900 Subject: [PATCH] ompi/debugger: fix mqs_version_string() Signed-off-by: Gilles Gouaillardet (cherry picked from commit open-mpi/ompi@773cad6b3ed039042db25da1a32d49a6b0f1b249) --- ompi/debuggers/ompi_msgq_dll.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ompi/debuggers/ompi_msgq_dll.c b/ompi/debuggers/ompi_msgq_dll.c index 31f2db48821..378d02b5c55 100644 --- a/ompi/debuggers/ompi_msgq_dll.c +++ b/ompi/debuggers/ompi_msgq_dll.c @@ -193,8 +193,6 @@ static char mqs_version_str[OMPI_MAX_VER_SIZE]; /* This one can say what you like */ char *mqs_version_string (void) { - return "Open MPI message queue support for parallel" - " debuggers compiled on " __DATE__; int offset; offset = snprintf(mqs_version_str, OMPI_MAX_VER_SIZE-1, "Open MPI message queue support for parallel debuggers ");