You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/06/12 17:51:37 UTC

[30/50] git commit: Remove dead code

Remove dead code


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/73bf155c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/73bf155c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/73bf155c

Branch: refs/heads/jpeach/lua
Commit: 73bf155c5b71dc0e8b0f16b395773054a615e1e4
Parents: 143fcd4
Author: James Peach <jp...@apache.org>
Authored: Mon Apr 9 21:30:14 2012 -0700
Committer: James Peach <jp...@apache.org>
Committed: Tue Jun 12 08:48:34 2012 -0700

----------------------------------------------------------------------
 plugins/lua/lua.cc |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/73bf155c/plugins/lua/lua.cc
----------------------------------------------------------------------
diff --git a/plugins/lua/lua.cc b/plugins/lua/lua.cc
index 54ec3e7..7deefe6 100644
--- a/plugins/lua/lua.cc
+++ b/plugins/lua/lua.cc
@@ -50,12 +50,6 @@ TSLuaDebug(lua_State * lua)
   return 0;
 }
 
-struct LuaExport
-{
-  lua_CFunction function;
-  const char *  name;
-};
-
 static const luaL_Reg LUAEXPORTS[] =
 {
   { "debug", TSLuaDebug },