Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove extern "C" from cpp files.
[simgrid.git] / src / plugins / file_system / s4u_FileSystem.cpp
index 9200d1a..947ea06 100644 (file)
@@ -350,8 +350,6 @@ static void onHostCreation(simgrid::s4u::Host& host)
 }
 
 /* **************************** Public interface *************************** */
-SG_BEGIN_DECL()
-
 void sg_storage_file_system_init()
 {
   if (not FileSystemStorageExt::EXTENSION_ID.valid()) {
@@ -505,5 +503,3 @@ xbt_dict_t sg_host_get_storage_content(sg_host_t host)
 
   return contents;
 }
-
-SG_END_DECL()