Commit ba9cb1f7 authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

"struct mrb_io_type" is not used at all.

parent 10be4cbb
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment