We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689c1a9 commit c7c507eCopy full SHA for c7c507e
lib/spandex_datadog/api_server/buffer.ex
@@ -59,10 +59,6 @@ defmodule SpandexDatadog.ApiServer.Buffer do
59
end
60
61
62
- defp delete_spec(index) do
63
- match_spec(index, true)
64
- end
65
-
66
def select_spec(index) do
67
# If we're selecting stuff we need to get the second element
68
match_spec(index, :"$2")
0 commit comments