From f2ef3e664b57c9db330ff552d839e3453529874d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 11 Oct 2014 21:03:13 +0200 Subject: build: remove useless function --- waftools/waf_customizations.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'waftools/waf_customizations.py') 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}' -- cgit v1.2.3