1 parent 3a9f3c5 commit d2ae5ceCopy full SHA for d2ae5ce
1 file changed
src/sst/elements/astra/astraNIC.h
@@ -12,15 +12,6 @@
12
13
#include "msgKey.h"
14
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
-
24
namespace SST {
25
namespace Astra {
26
0 commit comments