From: Martin Quinson Date: Sat, 14 Nov 2015 22:10:54 +0000 (+0100) Subject: unused variable X-Git-Tag: v3_13~1584 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6477acea9a90af165c0d8325449e8537b5709457?hp=ab4418d8efe3144dcb84ebc13e7798bbc4fd7098 unused variable --- diff --git a/src/surf/plugins/energy.cpp b/src/surf/plugins/energy.cpp index d3f8c6844e..a8e9398935 100644 --- a/src/surf/plugins/energy.cpp +++ b/src/surf/plugins/energy.cpp @@ -46,7 +46,6 @@ To simulate the energy-related elements, first call the #sg_energy_plugin_init() and then use the following function to retrieve the consumption of a given host: #MSG_host_get_consumed_energy(). */ -XBT_LOG_EXTERNAL_CATEGORY(surf_kernel); XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_energy, surf, "Logging specific to the SURF energy plugin");