mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1490144 - Mozsearch indexer: remove pretty field from super/override relationships. r=asuth
This is the update from https://github.com/mozsearch/mozsearch/pull/672. Mozsearch doesn't expect the pretty field on super/override relationships anymore. It doesn't hurt being there, but let's clean it up anyway. Differential Revision: https://phabricator.services.mozilla.com/D194524
This commit is contained in:
parent
47e680fe25
commit
67539877a9
@ -1064,7 +1064,6 @@ public:
|
||||
|
||||
J.objectBegin();
|
||||
|
||||
J.attribute("pretty", getQualifiedName(BaseDecl));
|
||||
J.attribute("sym", getMangledName(CurMangleContext, BaseDecl));
|
||||
|
||||
J.attributeBegin("props");
|
||||
@ -1219,7 +1218,6 @@ public:
|
||||
// I think our pre-emptive dereferencing/avoidance of templates may
|
||||
// protect us from this, but it needs more investigation.
|
||||
|
||||
J.attribute("pretty", getQualifiedName(MethodDecl));
|
||||
J.attribute("sym", getMangledName(CurMangleContext, MethodDecl));
|
||||
|
||||
J.objectEnd();
|
||||
|
Loading…
Reference in New Issue
Block a user