diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-23 17:15:10 +0300 |
---|---|---|
committer | V1K1NGbg <victor@ilchev.com> | 2024-08-23 17:15:10 +0300 |
commit | 1aefd9576fe28e72f580de1ba5e7f31bff9294ed (patch) | |
tree | cbe641a3b0799def6956ae3735462bc461afd272 | |
parent | c2e46930cefa11690b4869a444487d61a9ea9035 (diff) | |
download | luarocks-1aefd9576fe28e72f580de1ba5e7f31bff9294ed.tar.gz luarocks-1aefd9576fe28e72f580de1ba5e7f31bff9294ed.tar.bz2 luarocks-1aefd9576fe28e72f580de1ba5e7f31bff9294ed.zip |
remove type definitions
-rw-r--r-- | src/luarocks/core/types/query.tl | 1 | ||||
-rw-r--r-- | src/luarocks/core/types/result.tl | 1 | ||||
-rw-r--r-- | src/luarocks/core/types/rockspec.tl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/luarocks/core/types/query.tl b/src/luarocks/core/types/query.tl index 19e1a2a4..71e5d7fe 100644 --- a/src/luarocks/core/types/query.tl +++ b/src/luarocks/core/types/query.tl | |||
@@ -7,7 +7,6 @@ local record query | |||
7 | constraints: {Constraint} | 7 | constraints: {Constraint} |
8 | substring: boolean | 8 | substring: boolean |
9 | arch: {string: boolean} | 9 | arch: {string: boolean} |
10 | type: function(): string | ||
11 | end | 10 | end |
12 | end | 11 | end |
13 | 12 | ||
diff --git a/src/luarocks/core/types/result.tl b/src/luarocks/core/types/result.tl index 94bb0d9c..69b52cc9 100644 --- a/src/luarocks/core/types/result.tl +++ b/src/luarocks/core/types/result.tl | |||
@@ -7,7 +7,6 @@ local record result | |||
7 | namespace: string | 7 | namespace: string |
8 | arch: string | 8 | arch: string |
9 | repo: string | 9 | repo: string |
10 | type: function(): string | ||
11 | satisfies: function(Result, Query): boolean | 10 | satisfies: function(Result, Query): boolean |
12 | end | 11 | end |
13 | end | 12 | end |
diff --git a/src/luarocks/core/types/rockspec.tl b/src/luarocks/core/types/rockspec.tl index f482461d..3569785c 100644 --- a/src/luarocks/core/types/rockspec.tl +++ b/src/luarocks/core/types/rockspec.tl | |||
@@ -71,7 +71,6 @@ local record rockspec | |||
71 | hooks: Hooks | 71 | hooks: Hooks |
72 | test: Test | 72 | test: Test |
73 | deploy: Deploy | 73 | deploy: Deploy |
74 | type: function(): string | ||
75 | format_is_at_least: function(Rockspec, string): boolean | 74 | format_is_at_least: function(Rockspec, string): boolean |
76 | end | 75 | end |
77 | end | 76 | end |