Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
keathley committed Jun 21, 2021
1 parent f877494 commit 3798378
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/spandex_datadog/api_server/buffer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ defmodule SpandexDatadog.ApiServer.Buffer do
end
end

defp delete_spec(index) do
match_spec(index, true)
end

def select_spec(index) do
# If we're selecting stuff we need to get the second element
match_spec(index, :"$2")
Expand Down

0 comments on commit 3798378

Please sign in to comment.