mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
"struct mrb_io_type" is not used at all.
This commit is contained in:
@@ -31,11 +31,6 @@ struct mrb_io {
|
||||
int pid; /* child's pid (for pipes) */
|
||||
};
|
||||
|
||||
struct mrb_io_type {
|
||||
const char *struct_name;
|
||||
void (*dfree)(mrb_state *mrb, void *);
|
||||
};
|
||||
|
||||
#define FMODE_READABLE 0x00000001
|
||||
#define FMODE_WRITABLE 0x00000002
|
||||
#define FMODE_READWRITE (FMODE_READABLE|FMODE_WRITABLE)
|
||||
|
||||
Reference in New Issue
Block a user