From: mquinson Date: Fri, 20 Nov 2009 20:40:03 +0000 (+0000) Subject: kill useless code X-Git-Tag: SVN~867 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0075e04123513262d9cdb03efb29cc2e760fa6c4?hp=9b757886241c3fc8c055842b3cf7fef7494031d7 kill useless code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6850 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/misc.h b/include/xbt/misc.h index 4f0d04787c..46857a782d 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -80,17 +80,6 @@ # 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: