From e1e8e561cc54d66b9fbb5ccf436830b0ceeb1474 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 11 Jan 2014 21:19:11 -0600 Subject: remove comment that's no longer needed --- cryptography/hazmat/bindings/utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cryptography/hazmat/bindings/utils.py b/cryptography/hazmat/bindings/utils.py index 9cc05506..b8253483 100644 --- a/cryptography/hazmat/bindings/utils.py +++ b/cryptography/hazmat/bindings/utils.py @@ -50,9 +50,6 @@ def build_ffi(module_prefix, modules, pre_include, post_include, libraries): includes.append(module.INCLUDES) customizations.append(module.CUSTOMIZATIONS) - # loop over the functions & macros after declaring all the types - # so we can set interdependent types in different files and still - # have them all defined before we parse the funcs & macros ffi.cdef("\n".join(types + functions + macros)) # We include functions here so that if we got any of their definitions -- cgit v1.2.3