Merge pull request #1689 from Bovi-Li/remove-notice

Remove *very early version* notice
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-02-08 13:53:41 +09:00
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -215,9 +215,7 @@ cleanup(mrb_state *mrb, struct _args *args)
static void
print_hint(void)
{
printf("mirb - Embeddable Interactive Ruby Shell\n");
printf("\nThis is a very early version, please test and report errors.\n");
printf("Thanks :)\n\n");
printf("mirb - Embeddable Interactive Ruby Shell\n\n");
}
/* Print the command line prompt of the REPL */