diff options
| -rw-r--r-- | xmake/core/base/private/select_script.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake/core/base/private/select_script.lua b/xmake/core/base/private/select_script.lua index 0bd856d4a..b0c3900dc 100644 --- a/xmake/core/base/private/select_script.lua +++ b/xmake/core/base/private/select_script.lua @@ -18,14 +18,6 @@ -- @file select_script.lua -- --- define module -local instance_deps = instance_deps or {} - --- load modules -local option = require("base/option") -local string = require("base/string") -local table = require("base/table") - -- match pattern, plat|arch function _match_pattern(pattern, plat, arch) return (plat .. '|' .. arch):match('^' .. pattern .. '$') or plat:match('^' .. pattern .. '$') |
