Skip to content

Commit

Permalink
fix(lint) remove pcall cached variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 20, 2016
1 parent db9bad6 commit 6f01ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cassandra.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ local string_format = string.format
local setmetatable = setmetatable
local ipairs = ipairs
local pairs = pairs
local pcall = pcall

local function lock_mutex(shm, key)
if resty_lock then
Expand Down

0 comments on commit 6f01ace

Please sign in to comment.