Skip to content

Commit

Permalink
Remove untested cases
Browse files Browse the repository at this point in the history
We can wait until a scenario appears.
  • Loading branch information
josevalim committed Feb 3, 2020
1 parent 327a094 commit d1910c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/ecto/repo/queryable.ex
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,6 @@ defmodule Ecto.Repo.Queryable do
{%{}, nil} ->
left

{nil, %{}} ->
right

{nil, nil} ->
nil

{_, %{}} ->
raise ArgumentError,
"cannot merge because the left side is not a map, got: #{inspect(left)}"
Expand Down

0 comments on commit d1910c4

Please sign in to comment.