summaryrefslogtreecommitdiff
path: root/_dbus_bindings/int.c
diff options
context:
space:
mode:
Diffstat (limited to '_dbus_bindings/int.c')
-rw-r--r--_dbus_bindings/int.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/_dbus_bindings/int.c b/_dbus_bindings/int.c
index ba00f82..cb27a9f 100644
--- a/_dbus_bindings/int.c
+++ b/_dbus_bindings/int.c
@@ -505,13 +505,6 @@ PyDoc_STRVAR(Int64_tp_doc,
"\n"
"This type only works on platforms where the C compiler has suitable\n"
"64-bit types, such as C99 ``long long``.\n"
-#ifdef DBUS_PYTHON_64_BIT_WORKS
- "This is the case on your current platform.\n"
-#else /* !defined(DBUS_PYTHON_64_BIT_WORKS) */
- "This is not the case on your current platform, so this type's\n"
- "constructor will always raise NotImplementedError. Try a better\n"
- "compiler, if one is available.\n"
-#endif /* !defined(DBUS_PYTHON_64_BIT_WORKS) */
"\n"
"Constructor::\n"
"\n"
@@ -620,13 +613,6 @@ PyDoc_STRVAR(UInt64_tp_doc,
"\n"
"This type only exists on platforms where the C compiler has suitable\n"
"64-bit types, such as C99 ``unsigned long long``.\n"
-#ifdef DBUS_PYTHON_64_BIT_WORKS
- "This is the case on your current platform.\n"
-#else /* !defined(DBUS_PYTHON_64_BIT_WORKS) */
- "This is not the case on your current platform, so this type's\n"
- "constructor will always raise NotImplementedError. Try a better\n"
- "compiler, if one is available.\n"
-#endif /* !defined(DBUS_PYTHON_64_BIT_WORKS) */
"\n"
"Constructor::\n"
"\n"