Skip to content

Commit

Permalink
remove unused definition fields
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Feb 8, 2024
1 parent 8a1d8a2 commit 1a4adbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/luacheck/builtin_standards/minetest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,10 @@ local minetest = {
read_schematic = empty,

-- HTTP Requests
request_http_api = standards.def_fields("fetch", "fetch_async", "fetch_async_get"),
request_http_api = empty,

-- Storage API
get_mod_storage = standards.def_fields("contains", "get", "set_string", "get_string", "set_int", "get_int",
"set_float", "get_float", "get_keys", "to_table", "from_table", "equals"),
get_mod_storage = empty,

-- Misc
get_connected_players = empty,
Expand Down Expand Up @@ -416,7 +415,6 @@ return {
dump = empty,
dump2 = empty,


-- classes
AreaStore = empty,
ItemStack = empty,
Expand Down

0 comments on commit 1a4adbf

Please sign in to comment.