forked from mirrors/gecko-dev
		
	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
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -1064,7 +1064,6 @@ public: | ||||||
| 
 | 
 | ||||||
|         J.objectBegin(); |         J.objectBegin(); | ||||||
| 
 | 
 | ||||||
|         J.attribute("pretty", getQualifiedName(BaseDecl)); |  | ||||||
|         J.attribute("sym", getMangledName(CurMangleContext, BaseDecl)); |         J.attribute("sym", getMangledName(CurMangleContext, BaseDecl)); | ||||||
| 
 | 
 | ||||||
|         J.attributeBegin("props"); |         J.attributeBegin("props"); | ||||||
|  | @ -1219,7 +1218,6 @@ public: | ||||||
|         // I think our pre-emptive dereferencing/avoidance of templates may
 |         // I think our pre-emptive dereferencing/avoidance of templates may
 | ||||||
|         // protect us from this, but it needs more investigation.
 |         // protect us from this, but it needs more investigation.
 | ||||||
| 
 | 
 | ||||||
|         J.attribute("pretty", getQualifiedName(MethodDecl)); |  | ||||||
|         J.attribute("sym", getMangledName(CurMangleContext, MethodDecl)); |         J.attribute("sym", getMangledName(CurMangleContext, MethodDecl)); | ||||||
| 
 | 
 | ||||||
|         J.objectEnd(); |         J.objectEnd(); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Nicolas Guichard
						Nicolas Guichard