You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2014/05/22 22:46:29 UTC

git commit: TS-2723: fix build problem for ts-lua

Repository: trafficserver
Updated Branches:
  refs/heads/master 83f16762b -> 92a914652


TS-2723: fix build problem for ts-lua


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

Branch: refs/heads/master
Commit: 92a914652a8cbe28f20ec790cd8b91c1bd9c0e1e
Parents: 83f1676
Author: Gang Li <qu...@taobao.com>
Authored: Thu May 22 13:46:26 2014 -0700
Committer: Kit Chan <ki...@apache.org>
Committed: Thu May 22 13:46:26 2014 -0700

----------------------------------------------------------------------
 plugins/experimental/ts_lua/ts_lua_common.h | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/92a91465/plugins/experimental/ts_lua/ts_lua_common.h
----------------------------------------------------------------------
diff --git a/plugins/experimental/ts_lua/ts_lua_common.h b/plugins/experimental/ts_lua/ts_lua_common.h
index 980cc5f..96f07b1 100644
--- a/plugins/experimental/ts_lua/ts_lua_common.h
+++ b/plugins/experimental/ts_lua/ts_lua_common.h
@@ -33,8 +33,6 @@
 #include <ts/remap.h>
 #include "ink_defs.h"
 
-#include "ts_lua_atomic.h"
-
 #define TS_LUA_FUNCTION_REMAP                   "do_remap"
 #define TS_LUA_FUNCTION_CACHE_LOOKUP_COMPLETE   "do_cache_lookup_complete"
 #define TS_LUA_FUNCTION_SEND_REQUEST            "do_send_request"