From 20d5780a444d51fccbca30539da6944dabf6e8ed Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 27 May 2019 22:06:23 -0700 Subject: [PATCH] Remove old command --- build.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.py b/build.py index 372a807e..1c60d154 100755 --- a/build.py +++ b/build.py @@ -1416,12 +1416,6 @@ def copyWxDlls(options): # for the wxlib's in $ORIGIN, so there is nothing else to do here -# just an alias for build_py now -def cmd_waf_py(options, args): - cmdTimer = CommandTimer('waf_py') - cmd_build_py(options, args) - - def cmd_build_py(options, args): cmdTimer = CommandTimer('build_py') waf = getWafCmd()