diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-20 17:43:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-20 17:43:41 +0800 |
commit | 6846a670da889ae45228a91bdbca7e695ff97b69 (patch) | |
tree | 81678b8a6ccc4d622dab3e103be29a65ebfd5881 /script/proto | |
parent | 8da78a53e59fb6f86daa134f7b2e65ad4b89f7ec (diff) | |
download | lua-language-server-6846a670da889ae45228a91bdbca7e695ff97b69.zip |
stash
Diffstat (limited to 'script/proto')
-rw-r--r-- | script/proto/define.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua index 15e434de..abfaa9b0 100644 --- a/script/proto/define.lua +++ b/script/proto/define.lua @@ -1,6 +1,3 @@ -local guide = require 'core.guide' -local util = require 'utility' - local m = {} ---@alias location table |