diff options
| author | ruki <[email protected]> | 2022-06-01 00:57:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-01 00:57:17 +0800 |
| commit | 7ea0b12202f5f0596ad2b2363cd75021643c0d4f (patch) | |
| tree | 5243715cea29d92cd7e8755e05b541d6cc120dc2 /xmake/modules | |
| parent | dcc9da56857ebe864d79924030a1034d07b078b5 (diff) | |
remove unused code
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/action/require/impl/install_packages.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/private/action/require/impl/install_packages.lua b/xmake/modules/private/action/require/impl/install_packages.lua index b14e345a0..b45e56b1a 100644 --- a/xmake/modules/private/action/require/impl/install_packages.lua +++ b/xmake/modules/private/action/require/impl/install_packages.lua @@ -259,9 +259,6 @@ end -- fetch packages function _fetch_packages(packages_fetch, installdeps) - -- we need hide wait characters if is not a tty - local show_wait = io.isatty() - -- init installed packages local packages_fetched = {} for _, instance in ipairs(packages_fetch) do |
