diff --git a/lib/ash/type/type.ex b/lib/ash/type/type.ex index 8454b0cb..3e76cd08 100644 --- a/lib/ash/type/type.ex +++ b/lib/ash/type/type.ex @@ -626,9 +626,6 @@ defmodule Ash.Type do type.equal?(left, right) end - def type({:array, type}), do: type(type) - def type(type), do: type.type() - defmacro __using__(_) do quote location: :keep do @behaviour Ash.Type