Skip to content

Commit 29e71ef

Browse files
committed
Remove luasocket and profiler
1 parent f1491ff commit 29e71ef

File tree

3 files changed

+1
-127
lines changed

3 files changed

+1
-127
lines changed

dist/library/lua/plugins/luasocket.lua

Lines changed: 0 additions & 24 deletions
This file was deleted.

dist/library/lua/profiler.lua

Lines changed: 0 additions & 102 deletions
This file was deleted.

lib/lua.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class << self
77
# names.
88
def parse_lua_files(files)
99
# Either annoying to parse or not needed.
10-
ignored_files = %w[internal expect mock luacov_helper]
10+
ignored_files = %w[internal expect mock profiler luasocket luacov_helper]
1111

1212
files.each do |path|
1313
print "Parsing: #{path}\n"

0 commit comments

Comments
 (0)