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/05/11 06:01:21 UTC

[31/32] 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/f883bafa
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f883bafa
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f883bafa

Branch: refs/heads/jpeach/lua
Commit: f883bafa3c27b484ba333a35445edd4b7d8fd148
Parents: b63a8c1
Author: James Peach <jp...@apache.org>
Authored: Mon Apr 9 21:30:14 2012 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu May 10 20:23:40 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f883bafa/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 },