summaryrefslogtreecommitdiff
path: root/com32/modules/pmload.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/modules/pmload.c')
-rw-r--r--com32/modules/pmload.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/modules/pmload.c b/com32/modules/pmload.c
index 4c01db08..6808d38a 100644
--- a/com32/modules/pmload.c
+++ b/com32/modules/pmload.c
@@ -198,8 +198,6 @@ int main(int argc, char *argv[])
size_t data_len;
addr_t where;
- openconsole(&dev_null_r, &dev_stdcon_w);
-
if (argc < 3) {
error("Usage: pmload.c32 bin_file address arguments...\n");
return 1;