aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomcomments_p.h
diff options
context:
space:
mode:
authorSemih Yavuz <semih.yavuz@qt.io>2024-03-22 13:00:47 +0100
committerSemih Yavuz <semih.yavuz@qt.io>2024-04-11 00:06:26 +0200
commit7a2bc1e2b064593df97ad1cf8346d60008861f77 (patch)
tree1799df13da2f42b6bab919cbd817a37d4603ed72 /src/qmldom/qqmldomcomments_p.h
parent16875b289d8d3ae305da35cb7043a19a7fd470a5 (diff)
qqmldomcomment: Remove dead code
Task-number: QTBUG-120000 Change-Id: I4ef8195cbf41449c6ec63fa59c769c08e013765c Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
Diffstat (limited to 'src/qmldom/qqmldomcomments_p.h')
-rw-r--r--src/qmldom/qqmldomcomments_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qmldom/qqmldomcomments_p.h b/src/qmldom/qqmldomcomments_p.h
index 88aecf722b..20eaee3fd2 100644
--- a/src/qmldom/qqmldomcomments_p.h
+++ b/src/qmldom/qqmldomcomments_p.h
@@ -114,7 +114,6 @@ public:
bool iterateDirectSubpaths(const DomItem &self, DirectVisitor visitor) const;
void writePre(OutWriter &lw, QList<SourceLocation> *locations = nullptr) const;
void writePost(OutWriter &lw, QList<SourceLocation> *locations = nullptr) const;
- QMultiMap<quint32, const QList<Comment> *> commentGroups(SourceLocation elLocation) const;
friend bool operator==(const CommentedElement &c1, const CommentedElement &c2)
{