Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed keyword 'register' from files.
[simgrid.git] / include / simgrid_config.h.in
index 93a4f6b..49f6a3a 100644 (file)
@@ -1,7 +1,7 @@
 /* simgrid_config.h - Results of the configure made visible to user code    */
 
 /* Copyright (c) 2009-2014. The SimGrid Team.
  All rights reserved.                                                     */
* 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. */
@@ -124,9 +124,6 @@ XBT_PUBLIC(char *) bprintf(const char *fmt, ...) _XBT_GNUC_PRINTF(1, 2);
 /* Define if xbt contexts are based on our threads implementation or not */
 #cmakedefine CONTEXT_THREADS @CONTEXT_THREADS@
 
-/* Tracing SimGrid */
-#cmakedefine HAVE_TRACING @HAVE_TRACING@
-
 /* Jedule output  */
 #cmakedefine HAVE_JEDULE @HAVE_JEDULE@