]> 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 005ec35fbb764cf65f2ef6166233828618bbd698..a571282989a5374aa32271b19b22443cd1e3b5d0 100644 (file)
@@ -1,14 +1,12 @@
-/* Copyright (c) 2010-2013. 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
 * 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 "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 */