]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_context_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the (unused) lua context factory. Lua does fine with regular contextes. That...
[simgrid.git] / src / simix / smx_context_private.h
index e68769e77c60cedfa03c667ee48c83e655231fc8..3258b250e0ed5ab402daa6a19c1428db635c3b0b 100644 (file)
@@ -17,8 +17,6 @@ SG_BEGIN_DECL()
 /* *********************** */
 /* Context type definition */
 /* *********************** */
-/* the following function pointers types describe the interface that all context
-   concepts must implement */
 /* the following function pointers types describe the interface that all context
    concepts must implement */
 /* each context type derive from this structure, so they must contain this structure