]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/vm.hpp
VM: better init of stdin, stdout and stderr
[factor.git] / vm / vm.hpp
index e2a7872e412935466819202d163b1a6e977d059e..1fdff17b77ec543a0ead4609744970bc62e88731 100644 (file)
--- a/vm/vm.hpp
+++ b/vm/vm.hpp
@@ -527,7 +527,6 @@ struct factor_vm {
   }
 
   // io
-  void init_c_io();
   void io_error_if_not_EINTR();
   FILE* safe_fopen(char* filename, const char* mode);
   int safe_fgetc(FILE* stream);