From b277036841f34dcf518dbc7b351b4dc52c81a3cb Mon Sep 17 00:00:00 2001 From: Jay Hayes Date: Mon, 17 Oct 2016 07:50:16 -0500 Subject: [PATCH] Remove unused private functions --- lib/koans.ex | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/koans.ex b/lib/koans.ex index 6fc22ad..ad87c22 100644 --- a/lib/koans.ex +++ b/lib/koans.ex @@ -97,7 +97,4 @@ defmodule Koans do |> Module.get_attribute(:koans) |> Enum.reverse end - - defp default(nil, n), do: n - defp default(n, _), do: n end