diff options
author | 2023-04-05 04:34:29 +0000 | |
---|---|---|
committer | 2023-04-05 04:34:29 +0000 | |
commit | a5e75c5bc2db1a8123aa9e73d3ad1e3b4d2e68d8 (patch) | |
tree | 241bcfc35bfcaa0ba7a30448903cfb2f1cc8fd6a /tools/aapt2/ResourceValues.h | |
parent | f24b9a438d4246607d14eaa04d405c089cb758db (diff) |
Revert "Add additional check on float precision after parsing, only compile the"
This reverts commit f24b9a438d4246607d14eaa04d405c089cb758db.
Reason for revert: https://buganizer.corp.google.com/issues/276936463#comment4 please check
Change-Id: Ia3c2d1a18fd320d0d4eea4643ce917676d093532
Diffstat (limited to 'tools/aapt2/ResourceValues.h')
-rw-r--r-- | tools/aapt2/ResourceValues.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aapt2/ResourceValues.h b/tools/aapt2/ResourceValues.h index daf8814f497b..6f9dccbd3bcc 100644 --- a/tools/aapt2/ResourceValues.h +++ b/tools/aapt2/ResourceValues.h @@ -285,7 +285,6 @@ struct BinaryPrimitive : public TransformableItem<BinaryPrimitive, BaseItem<Bina bool Flatten(android::Res_value* out_value) const override; void Print(std::ostream* out) const override; void PrettyPrint(text::Printer* printer) const override; - std::string toPrettyString() const; }; struct Attribute : public TransformableValue<Attribute, BaseValue<Attribute>> { |