Skip to content

Commit d2ae5ce

Browse files
committed
remove comments
1 parent 3a9f3c5 commit d2ae5ce

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/sst/elements/astra/astraNIC.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@
1212

1313
#include "msgKey.h"
1414

15-
//using MsgKey = std::tuple<int, int, int>; //(src dst tag) uniquely identifies a message
16-
/*
17-
std::string mk_to_str(const std::tuple<int, int, int>& t) {
18-
return "(" + std::to_string(std::get<0>(t)) + ", " +
19-
std::to_string(std::get<1>(t)) + ", " +
20-
std::to_string(std::get<2>(t)) + ")";
21-
}
22-
*/
23-
2415
namespace SST {
2516
namespace Astra {
2617

0 commit comments

Comments
 (0)