* src/vm/options.c, src/vm/options.h (useinliningm): Removed.
authoredwin <none@none>
Thu, 19 Jan 2006 22:06:58 +0000 (22:06 +0000)
committeredwin <none@none>
Thu, 19 Jan 2006 22:06:58 +0000 (22:06 +0000)
src/vm/options.c
src/vm/options.h

index d8a885fb1f1b854446db35b1c83b7e1e4f332401..e27dc5de0d57a77497b98acd0754b6d7d1fbe145 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: options.c 3976 2005-12-21 16:17:37Z anton $
+   $Id: options.c 4312 2006-01-19 22:06:58Z edwin $
 
 */
 
@@ -87,7 +87,6 @@ bool opt_showintermediate = false;      /* generate intermediate code listing */
 bool opt_showexceptionstubs = false;
 bool opt_shownativestub = false;
 
-bool useinliningm = false;      /* use method inlining                        */
 bool useinlining = false;      /* use method inlining                        */
 bool inlinevirtuals = false;   /* inline unique virtual methods              */
 bool inlineexceptions = false; /* inline methods, that contain excptions     */
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;