Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused variables.
  • Loading branch information
Neopallium committed May 3, 2012
1 parent 211a569 commit 2785eda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/poll_zsock.lua
Expand Up @@ -22,10 +22,6 @@ local zmq = require"zmq"

local z_EVENTS = zmq.EVENTS

local z_SNDMORE = zmq.SNDMORE
local z_RCVMORE = zmq.RCVMORE
local z_NOBLOCK = zmq.NOBLOCK

local z_POLLIN = zmq.POLLIN
local z_POLLOUT = zmq.POLLOUT
local z_POLLIN_OUT = z_POLLIN + z_POLLOUT
Expand Down

0 comments on commit 2785eda

Please sign in to comment.