Skip to content

Commit

Permalink
Remove unused function (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen authored Apr 4, 2024
1 parent 365dfb2 commit 69d9b85
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/zig/compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,6 @@ defmodule Zig.Compiler do
zig_alias_template = Path.join(__DIR__, "templates/alias.zig.eex")
EEx.function_from_file(:defp, :create_aliases, zig_alias_template, [:assigns])

defp dependencies_for(assemblies) do
Enum.map(assemblies, fn assembly ->
quote do
@external_resource unquote(assembly.source)
end
end)
end

#############################################################################
## STEPS

Expand Down

0 comments on commit 69d9b85

Please sign in to comment.