From 64e064330c5c595d0b8553028e0c5ca95c5e5392 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 19 Jun 2012 18:32:22 +0200 Subject: Lua: Remove Lua --- src/lua/lgc.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/lua/lgc.h (limited to 'src/lua/lgc.h') diff --git a/src/lua/lgc.h b/src/lua/lgc.h deleted file mode 100644 index 2dea9e4d..00000000 --- a/src/lua/lgc.h +++ /dev/null @@ -1,18 +0,0 @@ -/* -** $Id: lgc.h,v 1.3 2001/11/26 23:00:24 darkgod Exp $ -** Garbage Collector -** See Copyright Notice in lua.h -*/ - -#ifndef lgc_h -#define lgc_h - - -#include "lobject.h" - - -void luaC_collect (lua_State *L, int all); -void luaC_checkGC (lua_State *L); - - -#endif -- cgit v1.2.3