From cc4f90f0a13e58596d4f637799b9243a54a12c62 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Tue, 28 Mar 2017 17:36:44 +0200 Subject: [PATCH] some compilers don't like unused variables --- teshsuite/s4u/storage_client_server/storage_client_server.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/teshsuite/s4u/storage_client_server/storage_client_server.cpp b/teshsuite/s4u/storage_client_server/storage_client_server.cpp index abb3536473..6e7abbae31 100644 --- a/teshsuite/s4u/storage_client_server/storage_client_server.cpp +++ b/teshsuite/s4u/storage_client_server/storage_client_server.cpp @@ -63,9 +63,6 @@ static void hsm_put(const char* remote_host, const char* src, const char* dest) static void display_storage_content(simgrid::s4u::Storage* storage) { XBT_INFO("Print the content of the storage element: %s", storage->name()); - xbt_dict_cursor_t cursor = NULL; - char* file; - sg_size_t* psize; std::map* content = storage->content(); if (!content->empty()) { for (auto entry : *content) -- 2.20.1