aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r--mesonbuild/mconf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py
index d6b7624..dfdcb94 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -120,7 +120,6 @@ class Conf:
else:
raise ConfException('Unknown option %s.' % k)
-
def print_conf(self):
print('Core properties:')
print(' Source dir', self.build.environment.source_dir)