diff options
| author | Martin Sustrik <sustrik@fastmq.com> | 2009-09-14 17:04:57 +0200 | 
|---|---|---|
| committer | Martin Sustrik <sustrik@fastmq.com> | 2009-09-14 17:04:57 +0200 | 
| commit | f7ad4a203ad184d97002111f4ffb8bfe6a8f7c01 (patch) | |
| tree | 79780533d3b39198e74e0dde95d1d96b6100543a /python | |
| parent | 6cfd175e31eec44d215bbc237f2f1d94bfeac06d (diff) | |
forwarder device compilable on windows
Diffstat (limited to 'python')
| -rw-r--r-- | python/pyzmq.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/python/pyzmq.cpp b/python/pyzmq.cpp index a373988..93b8b8f 100644 --- a/python/pyzmq.cpp +++ b/python/pyzmq.cpp @@ -484,9 +484,6 @@ PyMODINIT_FUNC initlibpyzmq ()      t = PyInt_FromLong (ZMQ_SWAP);      PyDict_SetItemString (dict, "SWAP", t);      Py_DECREF (t); -    t = PyInt_FromLong (ZMQ_MASK); -    PyDict_SetItemString (dict, "MASK", t); -    Py_DECREF (t);      t = PyInt_FromLong (ZMQ_AFFINITY);      PyDict_SetItemString (dict, "AFFINITY", t);      Py_DECREF (t); | 
