Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client / src / shared / gio / gio.c
index f6c756e..9e83125 100644 (file)
@@ -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;
-}