diff --git a/us-street-api/lookup.go b/us-street-api/lookup.go index 56cd3c5..428c8a4 100644 --- a/us-street-api/lookup.go +++ b/us-street-api/lookup.go @@ -60,7 +60,6 @@ type MatchStrategy string const ( MatchStrict = MatchStrategy("strict") - MatchRange = MatchStrategy("range") // Deprecated MatchInvalid = MatchStrategy("invalid") MatchEnhanced = MatchStrategy("enhanced") )