Skip to content

Commit f2af036

Browse files
committed
Remove unecessary comments and todos
1 parent 16a0f2b commit f2af036

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mpi_test_suite.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/** \todo CN Maybe redesign the logfile implementation? */
2-
31
#include "config.h"
42

53
#include <stdio.h>
@@ -57,9 +55,6 @@ static int tst_tag_ub = 32767;
5755
/** **/
5856
/****************************************************************************/
5957

60-
/*
61-
* Global functions, which don't fit into another category.
62-
*/
6358
int tst_hash_value (const struct tst_env * env)
6459
{
6560
return (env->comm * 65521 + /* Smallest prime smaller than 2^16 */

0 commit comments

Comments
 (0)