From 9465dc8eb788e9208afd929963a8338843e0b503 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 10 Nov 2017 14:02:27 +0100 Subject: [PATCH 1/1] Thx Takishipp for the catch --- src/instr/instr_private.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/instr/instr_private.hpp b/src/instr/instr_private.hpp index f4ada976c6..d9f5cb9e92 100644 --- a/src/instr/instr_private.hpp +++ b/src/instr/instr_private.hpp @@ -47,7 +47,6 @@ public: std::vector* recvcounts = nullptr; std::string send_type = ""; std::string recv_type = ""; - ; // NoOpTI: init, finalize, test, wait, barrier explicit TIData(std::string name) : name_(name){}; -- 2.20.1