Skip to content

Commit

Permalink
Remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jan 6, 2024
1 parent 97f4f57 commit a7549b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/orb/defw_dsl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ defmodule Orb.DefwDSL do
end
end

def __define_elixir_def(call, def_kind, result_type, env) do
define_elixir_def(call, def_kind, result_type, env)
end

def __define_elixir_def(call, def_kind, result_type, param_types, env) do
define_elixir_def(call, def_kind, result_type, param_types, env)
end
Expand Down

0 comments on commit a7549b0

Please sign in to comment.