summaryrefslogtreecommitdiffstatshomepage
path: root/qemu-arm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-arm/main.c')
-rw-r--r--qemu-arm/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-arm/main.c b/qemu-arm/main.c
index 91c096289e..7ba818f582 100644
--- a/qemu-arm/main.c
+++ b/qemu-arm/main.c
@@ -53,7 +53,6 @@ void do_str(const char *src) {
}
int main(int argc, char **argv) {
- qstr_init();
mp_init();
do_str("print('hello world!')");
mp_deinit();