diff options
Diffstat (limited to 'libartbase/base/file_utils.h')
-rw-r--r-- | libartbase/base/file_utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libartbase/base/file_utils.h b/libartbase/base/file_utils.h index 7f52d03497..e8aa5f663a 100644 --- a/libartbase/base/file_utils.h +++ b/libartbase/base/file_utils.h @@ -197,9 +197,6 @@ bool LocationIsOnArtApexData(std::string_view location); // Return whether the location is on /apex/com.android.conscrypt bool LocationIsOnConscryptModule(std::string_view location); -// Return whether the location is on /apex/com.android.i18n -bool LocationIsOnI18nModule(std::string_view location); - // Return whether the location is on system (i.e. android root). bool LocationIsOnSystem(const std::string& location); |