Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smells --
[simgrid.git] / README.coding
index a43aeed403d38ada6c6e653e67f7f984728369a4..4dd9610f2d4f530aa2d4563e77c7d3d57d173a45 100644 (file)
@@ -107,12 +107,6 @@ INTEGERS
 PRINTF pointer difference (FIXME: advertise %td instead?)
  printf ("diff = %ld\n", (long) (pointer2 - pointer1));
 
-INLINE functions
- The definition of a inline function must be visible when it is used.
- As such, an inline function should be defined (an not only declared)
- in header file (.h) with attributes 'static XBT_INLINE'.  It should
- not be defined in source file (.c).
-
 **
 ** Commenting the source: doxygen
 **