c_src: regenerate
[nit.git] / c_src / kernel._nitni.h
diff --git a/c_src/kernel._nitni.h b/c_src/kernel._nitni.h
deleted file mode 100644 (file)
index c1691d9..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-       Extern implementation of Nit module kernel
-*/
-#ifndef KERNEL_NITG_NITNI_H
-#define KERNEL_NITG_NITNI_H
-
-#ifndef NIT_TYPE_Sys
-#define NIT_TYPE_Sys 1
-typedef struct nitni_instance *Sys;
-#endif
-#ifndef NIT_TYPE_Sys
-#define NIT_TYPE_Sys 1
-typedef struct nitni_instance *Sys;
-#endif
-#ifndef NIT_TYPE_Sys
-#define NIT_TYPE_Sys 1
-typedef struct nitni_instance *Sys;
-#endif
-#ifndef NIT_TYPE_Sys
-#define NIT_TYPE_Sys 1
-typedef struct nitni_instance *Sys;
-#endif
-#include "kernel._ffi.h"
-extern void nitni_global_ref_incr(void*);
-extern void nitni_global_ref_decr(void*);
-#ifndef Sys_incr_ref
-       #define Sys_incr_ref(from) nitni_global_ref_incr((Sys)(from))
-#endif
-#ifndef Sys_decr_ref
-       #define Sys_decr_ref(from) nitni_global_ref_decr((Sys)(from))
-#endif
-#endif