summaryrefslogtreecommitdiff
path: root/buildutils/templates
diff options
context:
space:
mode:
Diffstat (limited to 'buildutils/templates')
-rw-r--r--buildutils/templates/constant_enums.pxi3
-rw-r--r--buildutils/templates/constants.pxi12
-rw-r--r--buildutils/templates/zmq_constants.h6
3 files changed, 0 insertions, 21 deletions
diff --git a/buildutils/templates/constant_enums.pxi b/buildutils/templates/constant_enums.pxi
deleted file mode 100644
index 6039548..0000000
--- a/buildutils/templates/constant_enums.pxi
+++ /dev/null
@@ -1,3 +0,0 @@
-cdef extern from "zmq.h" nogil:
-
- {ZMQ_ENUMS}
diff --git a/buildutils/templates/constants.pxi b/buildutils/templates/constants.pxi
deleted file mode 100644
index 042a6e8..0000000
--- a/buildutils/templates/constants.pxi
+++ /dev/null
@@ -1,12 +0,0 @@
-#-----------------------------------------------------------------------------
-# Python module level constants
-#-----------------------------------------------------------------------------
-
-{ASSIGNMENTS}
-
-#-----------------------------------------------------------------------------
-# Symbols to export
-#-----------------------------------------------------------------------------
-__all__ = [
-{ALL}
-]
diff --git a/buildutils/templates/zmq_constants.h b/buildutils/templates/zmq_constants.h
deleted file mode 100644
index 6855331..0000000
--- a/buildutils/templates/zmq_constants.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _PYZMQ_CONSTANT_DEFS
-#define _PYZMQ_CONSTANT_DEFS
-
-{ZMQ_IFNDEFS}
-
-#endif // ifndef _PYZMQ_CONSTANT_DEFS