Skip to content

Commit

Permalink
Correct mistakes in pull request
Browse files Browse the repository at this point in the history
In this commit I have delete unnecessary code.
  • Loading branch information
KarolJakubKrawiec committed Dec 12, 2024
1 parent a595efa commit 75c58a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions cpp/src/phonenumbers/phonenumberutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -862,9 +862,6 @@ class PhoneNumberUtil : public Singleton<PhoneNumberUtil> {
const i18n::phonenumbers::PhoneMetadata* GetMetadataForRegion(
const string& region_code) const;

const i18n::phonenumbers::PhoneMetadata* GetMetadataForNonGeographicalRegion(
int country_calling_code) const;

const i18n::phonenumbers::PhoneMetadata* GetMetadataForNonGeographicalEntity(
int country_calling_code) const;

Expand Down
5 changes: 0 additions & 5 deletions cpp/test/phonenumbers/phonenumberutil_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ class PhoneNumberUtilTest : public testing::Test {
return phone_util_.GetMetadataForRegion(region_code);
}

const PhoneMetadata* GetMetadataForNonGeographicalRegion(
int country_code) const {
return phone_util_.GetMetadataForNonGeographicalEntity(country_code);
}

const PhoneMetadata* GetMetadataForNonGeographicalEntity(
int country_code) const {
return phone_util_.GetMetadataForNonGeographicalEntity(country_code);
Expand Down

0 comments on commit 75c58a8

Please sign in to comment.