aboutsummaryrefslogtreecommitdiff
path: root/PointerType.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 /PointerType.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 'PointerType.h')
-rw-r--r--PointerType.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/PointerType.h b/PointerType.h
index 415ba9fa..72322479 100644
--- a/PointerType.h
+++ b/PointerType.h
@@ -29,8 +29,6 @@ struct PointerType : public Type {
bool isElidableType() const override;
- void addNamedTypesToSet(std::set<const FQName> &set) const override;
-
std::string getCppType(
StorageMode mode,
bool specifyNamespaces) const override;