Skip to content

Commit bfae984

Browse files
remove unused WASISDK#lib_wasi_vfs_a
1 parent d3a9093 commit bfae984

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/ruby_wasm/build_system/toolchain.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ def initialize(wasi_sdk_path = ENV["WASI_SDK_PATH"])
5151
}
5252
end
5353

54-
def lib_wasi_vfs_a
55-
archive = ENV["LIB_WASI_VFS_A"]
56-
if archive.nil?
57-
STDERR.puts "warning: vfs feature is not enabled due to no LIB_WASI_VFS_A"
58-
end
59-
archive
60-
end
61-
6254
def find_tool(name)
6355
unless File.exist? @tools[name]
6456
check_envvar("WASI_SDK_PATH")

0 commit comments

Comments
 (0)