Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this parameter belongs to the plugin
[simgrid.git] / src / xbt / backtrace.cpp
index 022ae52a55f293a387cb67016cd7e2fd49cef2e1..c05076a8d9d2f799bf96c717f9cff9ea0c2c084f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2005-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2005-2018. 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. */
 
 #include "src/internal_config.h"
 
-extern "C" {
-
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_backtrace, xbt, "Backtrace");
 
-}
-
 static bool startWith(std::string str, const char* prefix)
 {
   return strncmp(str.c_str(), prefix, strlen(prefix)) == 0;