Update main.cpp

This commit is contained in:
blueloveTH 2022-11-15 18:10:37 +08:00
parent 36c117b453
commit d7db109394

View File

@ -28,7 +28,6 @@ extern "C" {
__EXPORT
void repl_start(){
VM* vm = pkpy_new_vm(true);
useStandardBuffer(vm);
_repl = pkpy_new_repl(vm, false);
}