summaryrefslogtreecommitdiffstats
path: root/waftools/waf_customizations.py
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/waf_customizations.py')
-rw-r--r--waftools/waf_customizations.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/waftools/waf_customizations.py b/waftools/waf_customizations.py
index 61140cf22b..8163c9ffb4 100644
--- a/waftools/waf_customizations.py
+++ b/waftools/waf_customizations.py
@@ -31,9 +31,6 @@ def m_hook(self, node):
def build(ctx):
from waflib import Task
- def nice_path(node):
- return node.path_from(node.ctx.launch_node())
-
cls = Task.classes['cprogram']
class cprogram(cls):
run_str = cls.hcode + '${LAST_LINKFLAGS}'