summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorGly <[email protected]>2022-12-24 15:27:19 +0100
committerGly <[email protected]>2022-12-24 15:27:19 +0100
commit8b22882cbcdbe4c236fd3fa807b0d2e0d0408c49 (patch)
treedb055060177f10cadeff601e50d350242bb7088c /xmake/modules
parentbf747e547ff2d4b9af636da915baec33f3e31b6a (diff)
remove unused imports
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/private/utils/complete.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/private/utils/complete.lua b/xmake/modules/private/utils/complete.lua
index 9a1db5034..d8956086f 100644
--- a/xmake/modules/private/utils/complete.lua
+++ b/xmake/modules/private/utils/complete.lua
@@ -21,8 +21,6 @@
-- imports
import("core.base.option")
import("core.base.task")
-import("core.base.cli")
-import("core.base.json")
import("private.utils.completer")
function main(pos, config, ...)