summaryrefslogtreecommitdiff
path: root/libphonenumber/src/com/google/i18n/phonenumbers/internal/MatcherApi.java
diff options
context:
space:
mode:
Diffstat (limited to 'libphonenumber/src/com/google/i18n/phonenumbers/internal/MatcherApi.java')
-rw-r--r--libphonenumber/src/com/google/i18n/phonenumbers/internal/MatcherApi.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/libphonenumber/src/com/google/i18n/phonenumbers/internal/MatcherApi.java b/libphonenumber/src/com/google/i18n/phonenumbers/internal/MatcherApi.java
index 38319cbb..206ebd41 100644
--- a/libphonenumber/src/com/google/i18n/phonenumbers/internal/MatcherApi.java
+++ b/libphonenumber/src/com/google/i18n/phonenumbers/internal/MatcherApi.java
@@ -29,10 +29,4 @@ public interface MatcherApi {
*/
boolean matchesNationalNumber(String nationalNumber, PhoneNumberDesc numberDesc,
boolean allowPrefixMatch);
-
- /**
- * Returns whether the given national number (a string containing only decimal digits) matches
- * the possible number pattern defined in the given {@code PhoneNumberDesc} message.
- */
- boolean matchesPossibleNumber(String nationalNumber, PhoneNumberDesc numberDesc);
}