]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_trace.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] try to get the artifact name right
[simgrid.git] / src / instr / instr_trace.c
index 8481697cda551a691bfefaa4630c79768612ced9..a571282989a5374aa32271b19b22443cd1e3b5d0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2014. The SimGrid Team.
+/* Copyright (c) 2010-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -7,8 +7,6 @@
 #include "instr/instr_private.h"
 #include "xbt/virtu.h" /* sg_cmdline */
 
-#ifdef HAVE_TRACING
-
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(instr_trace, instr, "tracing event system");
 
 
@@ -494,5 +492,3 @@ void new_pajeNewEvent (double timestamp, container_t container, type_t type, val
 
   insert_into_buffer (event);
 }
-
-#endif /* HAVE_TRACING */