delete unused feature : group/localcast/forward, etc

This commit is contained in:
Cloud Wu
2014-04-18 14:09:07 +08:00
parent 2fc7ceda44
commit d568e54c63
37 changed files with 27 additions and 2017 deletions

View File

@@ -3,9 +3,7 @@
struct snlua {
lua_State * L;
const char * reload;
struct skynet_context * ctx;
struct tqueue * tq;
int (*init)(struct snlua *l, struct skynet_context *ctx, const char * args);
};