From f7ad4a203ad184d97002111f4ffb8bfe6a8f7c01 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 14 Sep 2009 17:04:57 +0200 Subject: forwarder device compilable on windows --- python/pyzmq.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/pyzmq.cpp') 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); -- cgit v1.2.3