diff --git a/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp b/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp index 1866c9438593..dca757511bb7 100644 --- a/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp +++ b/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp @@ -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();