diff options
Diffstat (limited to 'tools/aapt2/Locale.h')
-rw-r--r-- | tools/aapt2/Locale.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/aapt2/Locale.h b/tools/aapt2/Locale.h index b1c80ab27641..33f80ada2987 100644 --- a/tools/aapt2/Locale.h +++ b/tools/aapt2/Locale.h @@ -57,8 +57,6 @@ struct LocaleValue { */ void writeTo(android::ResTable_config* out) const; - std::string toDirName() const; - inline int compare(const LocaleValue& other) const; inline bool operator<(const LocaleValue& o) const; |