diff options
Diffstat (limited to 'src/_cffi_src/utils.py')
| -rw-r--r-- | src/_cffi_src/utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/utils.py b/src/_cffi_src/utils.py index 65f9f120..0b00353e 100644 --- a/src/_cffi_src/utils.py +++ b/src/_cffi_src/utils.py @@ -22,9 +22,6 @@ def build_ffi_for_binding(module_name, module_prefix, modules, pre_include="", * ``CUSTOMIZATIONS``: A string containing arbitrary top-level C code, this can be used to do things like test for a define and provide an alternate implementation based on that. - * ``CONDITIONAL_NAMES``: A dict mapping strings of condition names from the - library to a list of names which will not be present without the - condition. """ types = [] includes = [] |
