From 6ef9a8db14f5bd9d2f841bc3f6f040077dff6b27 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 28 May 2017 19:31:34 +0200 Subject: [PATCH 1/1] this should work without keeping an artificial reference --- teshsuite/s4u/listen_async/listen_async.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/teshsuite/s4u/listen_async/listen_async.cpp b/teshsuite/s4u/listen_async/listen_async.cpp index 63aca0df3c..991f201445 100644 --- a/teshsuite/s4u/listen_async/listen_async.cpp +++ b/teshsuite/s4u/listen_async/listen_async.cpp @@ -41,7 +41,6 @@ static void server() xbt_free(res); XBT_INFO("Data successfully received from asynchronous mailbox"); - XBT_DEBUG("comm:%p", sendComm.get()); } int main(int argc, char* argv[]) -- 2.20.1