From 3fb3dd205c45563f4e8d69a3594249ea155bbdbb Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 3 Aug 2015 16:21:20 +0100 Subject: remove commoncrypto CONDITIONAL_NAMES --- src/_cffi_src/utils.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/_cffi_src/utils.py') 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 = [] -- cgit v1.2.3