don't initialize history (it seems not to be necessary, though I'm not confident

This commit is contained in:
Sunrim KIM (keen) 2014-08-07 18:07:18 +09:00
parent 6b9a7788e1
commit beee153074
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ pic_rl_remove_history(pic_state *pic)
void
pic_init_readline(pic_state *pic){
using_history();
pic_deflibrary (pic, "(picrin readline)") {
pic_defun(pic, "readline", pic_rl_readline);
pic_defun(pic, "add-history", pic_rl_add_history);