X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..f1b22d20918d4ccd703690a19e476429cfa124f3:/src/msg/instr_msg_task.c diff --git a/src/msg/instr_msg_task.c b/src/msg/instr_msg_task.c index c8e32885d9..a23302ab3c 100644 --- a/src/msg/instr_msg_task.c +++ b/src/msg/instr_msg_task.c @@ -1,17 +1,13 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" #include "msg_private.h" -#include "msg/datatypes.h" #include "mc/mc.h" - -#ifdef HAVE_TRACING - XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_msg, instr, "MSG"); void TRACE_msg_set_task_category(msg_task_t task, const char *category) @@ -157,5 +153,3 @@ void TRACE_msg_task_put_end(void) new_pajePopState (MSG_get_clock(), process_container, type); } } - -#endif /* HAVE_TRACING */