summaryrefslogtreecommitdiff
path: root/waf_libbsd.py
diff options
context:
space:
mode:
Diffstat (limited to 'waf_libbsd.py')
-rw-r--r--waf_libbsd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/waf_libbsd.py b/waf_libbsd.py
index b17bac5a..fffdf9fe 100644
--- a/waf_libbsd.py
+++ b/waf_libbsd.py
@@ -304,9 +304,6 @@ class Builder(builder.ModuleManager):
includes = conf.env.IFLAGS,
mandatory = False)
- def configure(self, conf):
- pass
-
def build(self, bld):
# This is only necessary for build. But it depends on the waflib which
# is only available in a waf context. But we need the module manager for