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 2016/06/21 00:21:26 UTC

[trafficserver] branch master updated: Remove dead store.

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  67efb38   Remove dead store.
67efb38 is described below

commit 67efb389b890919237248ed437c7af1d01559bf1
Author: James Peach <jp...@apache.org>
AuthorDate: Mon Jun 20 17:21:17 2016 -0700

    Remove dead store.
---
 plugins/experimental/ts_lua/ts_lua_misc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/experimental/ts_lua/ts_lua_misc.c b/plugins/experimental/ts_lua/ts_lua_misc.c
index e9e5ca8..b3481dc 100644
--- a/plugins/experimental/ts_lua/ts_lua_misc.c
+++ b/plugins/experimental/ts_lua/ts_lua_misc.c
@@ -171,8 +171,6 @@ ts_lua_schedule_handler(TSCont contp, TSEvent ev, void *edata)
   main_ctx = crt->mctx;
   L        = crt->lua;
 
-  ret = 0;
-
   TSMutexLock(main_ctx->mutexp);
   ts_lua_set_cont_info(L, ci);
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].