Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill useless code
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 20 Nov 2009 20:40:03 +0000 (20:40 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 20 Nov 2009 20:40:03 +0000 (20:40 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6850 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/misc.h

index 4f0d047..46857a7 100644 (file)
 #  define _XBT_CALL
 #endif
 
 #  define _XBT_CALL
 #endif
 
-/* Support for SuperNovae compilation mode, where we stuff every source file
- *  into the same compilation unit to help GCC inlining what should be.
- * To go further on this, the internal getters/setters are then marked
- *  "static inline", while they are regular symbols otherwise.
- */
-#ifdef SUPERNOVAE_MODE
-# define SUPERNOVAE_INLINE static inline
-#else
-# define SUPERNOVAE_INLINE
-#endif
-
 /* Handle import/export stuff
  * 
  * Rational of XBT_PUBLIC: 
 /* Handle import/export stuff
  * 
  * Rational of XBT_PUBLIC: