diff --git a/waftools/detections/compiler.py b/waftools/detections/compiler.py index 5c4b680343..900128ce4c 100644 --- a/waftools/detections/compiler.py +++ b/waftools/detections/compiler.py @@ -82,4 +82,3 @@ def __apply_map__(ctx, fnmap): def configure(ctx): __add_generic_flags__(ctx) __apply_map__(ctx, __compiler_map__) -