diff options
| author | xq114 <[email protected]> | 2021-04-16 13:25:16 +0800 |
|---|---|---|
| committer | xq114 <[email protected]> | 2021-04-16 13:25:16 +0800 |
| commit | 1c745e5cfe8e28f8ab4b19bfecce22faccc9aa90 (patch) | |
| tree | 64f04062897e929a8cd0eda6d5f419a071c2d676 | |
| parent | 042b301bd2042cf19207096ceafc30be3dbd0658 (diff) | |
remove unused find_program
| -rw-r--r-- | xmake/modules/private/xrepo/action/env.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/xrepo/action/env.lua b/xmake/modules/private/xrepo/action/env.lua index d6d481d9a..893b68cce 100644 --- a/xmake/modules/private/xrepo/action/env.lua +++ b/xmake/modules/private/xrepo/action/env.lua @@ -23,7 +23,6 @@ import("core.base.option") import("core.base.task") import("core.project.config") import("lib.detect.find_tool") -import("lib.detect.find_program") import("private.action.require.impl.package") import("private.action.require.impl.utils.get_requires") |
