From 10c264d4bb2b97d625522abc4d9b517f408db462 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Tue, 22 Jan 2013 20:24:33 +0900 Subject: Removed ext --- src/init_ext.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/init_ext.c (limited to 'src/init_ext.c') diff --git a/src/init_ext.c b/src/init_ext.c deleted file mode 100644 index 96ee34da1..000000000 --- a/src/init_ext.c +++ /dev/null @@ -1,16 +0,0 @@ -/* -** init_ext.c - initialize extend libraries -** -** See Copyright Notice in mruby.h -*/ - -#include "mruby.h" - -void -mrb_init_ext(mrb_state *mrb) -{ -#ifdef INCLUDE_SOCKET - extern void mrb_init_socket(mrb_state *mrb); - mrb_init_socket(mrb); -#endif -} -- cgit v1.2.3