X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnative_client%2Fsrc%2Fshared%2Fgio%2Fgio.c;h=9e83125d58523cf3b5d81029c682151b287f096a;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=f6c756e034f351033f08c897b889abed2c0bf66b;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/native_client/src/shared/gio/gio.c b/src/native_client/src/shared/gio/gio.c index f6c756e..9e83125 100644 --- a/src/native_client/src/shared/gio/gio.c +++ b/src/native_client/src/shared/gio/gio.c @@ -112,10 +112,3 @@ void GioFileDtor(struct Gio *vself) { (void) fclose(self->iop); } } - - -int fggetc(struct Gio *gp) { - char ch; - - return (*gp->vtbl->Read)(gp, &ch, 1) == 1 ? ch : EOF; -}