Skip to content

Commit 4cb4058

Browse files
committed
ompi/debugger: fix mqs_version_string()
Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit 773cad6)
1 parent cf5a27f commit 4cb4058

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ompi/debuggers/ompi_msgq_dll.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ static char mqs_version_str[OMPI_MAX_VER_SIZE];
193193
/* This one can say what you like */
194194
char *mqs_version_string (void)
195195
{
196-
return "Open MPI message queue support for parallel"
197-
" debuggers compiled on " __DATE__;
198196
int offset;
199197
offset = snprintf(mqs_version_str, OMPI_MAX_VER_SIZE-1,
200198
"Open MPI message queue support for parallel debuggers ");

0 commit comments

Comments
 (0)