Remove RiteFile as no used.

This commit is contained in:
Masaki Muranaka
2013-03-29 16:21:12 +09:00
parent cb946da787
commit 8742313079
-10
View File
@@ -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)"