From a2f828e4d3d18c4cf57bb425a090db380fce1bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Fern=C3=A1ndez?= Date: Sat, 11 May 2024 09:52:42 +0000 Subject: [PATCH] remove dead code --- lib/uof/api/descriptions.ex | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/lib/uof/api/descriptions.ex b/lib/uof/api/descriptions.ex index 693a3ba..97bcac6 100644 --- a/lib/uof/api/descriptions.ex +++ b/lib/uof/api/descriptions.ex @@ -11,35 +11,6 @@ defmodule UOF.API.Descriptions do HTTP.get(%UOF.API.Mappings.MarketDescriptions{}, endpoint) end - # @doc """ - # Describe all sport-specific match status codes used during live matches in - # `odds_change` messages. - # """ - # def match_statuses(lang \\ "en") do - # endpoint = ["descriptions", lang, "match_status.xml"] - - # HTTP.get(%UOF.API.Mappings.MatchStatusDescriptions{}, endpoint) - # end - - # @doc """ - # Describe all bet stop reasons. - # """ - # @spec betstop_reasons :: {:ok, UOF.API.Mappings.BetStopReasonDescription.t()} - # def betstop_reasons do - # endpoint = ["descriptions", "betstop_reasons.xml"] - - # HTTP.get(%UOF.API.Mappings.BetStopReasonDescriptions{}, endpoint) - # end - - # @doc """ - # Describes all betting statuses used in `odds_change` messages. - # """ - # def betting_statuses do - # endpoint = ["descriptions", "betting_status.xml"] - - # HTTP.get(%UOF.API.Mappings.BettingStatusDescriptions{}, endpoint) - # end - @doc """ Get a list of all variants and which markets they are used for. """