use nitg to bootstrap; drop bootstrap of nitc
[nit.git] / c_src / standard___file._ffi.h
diff --git a/c_src/standard___file._ffi.h b/c_src/standard___file._ffi.h
deleted file mode 100644 (file)
index 6cc457c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
-       Extern implementation of Nit module file
-*/
-#include <file._nitni.h>
-
-#ifndef STANDARD___FILE_NIT_H
-#define STANDARD___FILE_NIT_H
-
- struct stat *  NativeString_file_lstat___impl( char * recv );
-int FileStat_is_reg___impl(  struct stat *  recv );
-int FileStat_is_dir___impl(  struct stat *  recv );
-int FileStat_is_chr___impl(  struct stat *  recv );
-int FileStat_is_blk___impl(  struct stat *  recv );
-int FileStat_is_fifo___impl(  struct stat *  recv );
-int FileStat_is_lnk___impl(  struct stat *  recv );
-int FileStat_is_sock___impl(  struct stat *  recv );
-#endif