summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-29 16:21:12 +0900
committerMasaki Muranaka <[email protected]>2013-03-29 16:21:12 +0900
commit87423130795fcfbc436ac735b3b44081cc5d57a4 (patch)
tree0f329a493030b00968ddd2498974c03dc269e68a /src
parentcb946da78710dbd5760510ffdbe8feec03ab99fe (diff)
downloadmruby-87423130795fcfbc436ac735b3b44081cc5d57a4.tar.gz
mruby-87423130795fcfbc436ac735b3b44081cc5d57a4.zip
Remove RiteFile as no used.
Diffstat (limited to 'src')
-rw-r--r--src/load.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/load.c b/src/load.c
index 4a9947e75..c58dde4ce 100644
--- a/src/load.c
+++ b/src/load.c
@@ -17,16 +17,6 @@
#include "mruby/proc.h"
#include "mruby/string.h"
-#ifdef ENABLE_STDIO
-typedef struct _RiteFILE
-{
- FILE* fp;
- unsigned char buf[256];
- int cnt;
- int readlen;
-} RiteFILE;
-#endif
-
#ifndef _WIN32
# if SIZE_MAX < UINT32_MAX
# error "It can't be run this code on this environment (SIZE_MAX < UINT32_MAX)"