Suppression de code #if 0 inutile

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3415 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2001-02-13 09:29:08 +00:00
parent 1a9c1df96e
commit 2565811d4d
1 changed files with 1 additions and 5 deletions

View File

@ -44,15 +44,11 @@ static void compare_free_stack(void)
}
}
/* Same, then raise Stack_overflow */
/* Same, then raise Out_of_memory */
static void compare_stack_overflow(void)
{
compare_free_stack();
#if 0
raise_stack_overflow();
#else
raise_out_of_memory();
#endif
}
/* Grow the compare stack */