mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
some cleanup
This commit is contained in:
parent
0bbf6af3ff
commit
64465d9ee2
@ -43,11 +43,6 @@ std::string pkpy_platform_getline(bool* eof){
|
||||
|
||||
#endif
|
||||
|
||||
std::string f_input(){
|
||||
bool eof;
|
||||
return pkpy_platform_getline(&eof);
|
||||
}
|
||||
|
||||
static int f_input(pkpy_vm* vm){
|
||||
if(!pkpy_is_none(vm, -1)){
|
||||
pkpy_CString prompt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user