aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken/sbkpython.h
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-06-07 11:17:32 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-06-07 11:17:37 +0200
commit60a3b6a16304af4b1d8896a06b8407fe49f80ed2 (patch)
tree6dca986c5e439c7cb39b17643129dadb436d2fea /sources/shiboken2/libshiboken/sbkpython.h
parent33943b54e9470dc8830e94270e6521524acb2954 (diff)
parent823eea34b77ca16a545a75b55619a5ed4da38c0e (diff)
Merge branch '5.9' into 5.11
Diffstat (limited to 'sources/shiboken2/libshiboken/sbkpython.h')
-rw-r--r--sources/shiboken2/libshiboken/sbkpython.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/shiboken2/libshiboken/sbkpython.h b/sources/shiboken2/libshiboken/sbkpython.h
index 5fe364a29..a26c318d1 100644
--- a/sources/shiboken2/libshiboken/sbkpython.h
+++ b/sources/shiboken2/libshiboken/sbkpython.h
@@ -76,7 +76,6 @@
#define SbkNumber_Check(X) \
(PyNumber_Check(X) && (!PyInstance_Check(X) || PyObject_HasAttrString(X, "__trunc__")))
#define SBK_NB_BOOL(x) (x).nb_nonzero
- #define SBK_STR_NAME "str"
#define SBK_PyMethod_New(X, Y) PyMethod_New(X, Y, reinterpret_cast<PyObject *>(Py_TYPE(Y)))
#define Py_hash_t long