* src/vm/options.c, src/vm/options.h (useinliningm): Removed.
[cacao.git] / src / vm / options.h
index 543190d2151b79de49d0154d6e7edb0e0d1c11fe..028388d98cacc973d674adde8079b9fa13fca71a 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: options.h 3976 2005-12-21 16:17:37Z anton $
+   $Id: options.h 4312 2006-01-19 22:06:58Z edwin $
 
 */
 
@@ -101,9 +101,6 @@ extern bool opt_showintermediate;
 extern bool opt_showexceptionstubs;
 extern bool opt_shownativestub;
 
-/*#undef INAFTERMAIN*/  /*use to inline system methods before main is called*/
-#define INAFTERMAIN T /*use to turn off inlining before main called */
-extern bool useinliningm;
 extern bool useinlining;
 extern bool inlinevirtuals;
 extern bool inlineexceptions;