aboutsummaryrefslogtreecommitdiff
path: root/StringType.h
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-09 13:31:01 -0700
committerSteven Moreland <smoreland@google.com>2017-05-09 20:51:31 +0000
commite30ee9b06ac578006161e84633db91289f889068 (patch)
tree0e8d7b8a189daa1c7be6e01264cdf39cf40b2af2 /StringType.h
parentdadd184cc1f652f40e066553591908ccf7f2bd95 (diff)
downloadhidl-e30ee9b06ac578006161e84633db91289f889068.tar.gz
-Lc++-impl: better namespace handling
Intelligent namespace handling requires much more work so using Formatter like the rest of hidl-gen. Test: manual with -Lc++-impl Fixes: 37294618 Change-Id: I9593ec31b8b8dd19b09750acf10c0330f5628a58
Diffstat (limited to 'StringType.h')
-rw-r--r--StringType.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/StringType.h b/StringType.h
index 3c1e10aa..809b851d 100644
--- a/StringType.h
+++ b/StringType.h
@@ -25,8 +25,6 @@ namespace android {
struct StringType : public Type {
StringType();
- void addNamedTypesToSet(std::set<const FQName> &set) const override;
-
bool isString() const override;
bool canCheckEquality() const override;