mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
build: remove useless function
This commit is contained in:
@@ -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}'
|
||||
|
||||
Reference in New Issue
Block a user