You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2017/02/09 17:42:45 UTC

[trafficserver] 04/05: Remove dead store.

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

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

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

    Remove dead store.
    
    (cherry picked from commit 67efb389b890919237248ed437c7af1d01559bf1)
---
 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>.