Comment out dead code in `nix-store'.
* src/nix-store/dotgraph.cc (pathLabel): Move within #if 0 section.
This commit is contained in:
		
							parent
							
								
									7343e6c8ae
								
							
						
					
					
						commit
						da52f8bea0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -52,13 +52,13 @@ static string symbolicName(const string & path)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if 0
 | 
				
			||||||
string pathLabel(const Path & nePath, const string & elemPath)
 | 
					string pathLabel(const Path & nePath, const string & elemPath)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    return (string) nePath + "-" + elemPath;
 | 
					    return (string) nePath + "-" + elemPath;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if 0
 | 
					 | 
				
			||||||
void printClosure(const Path & nePath, const StoreExpr & fs)
 | 
					void printClosure(const Path & nePath, const StoreExpr & fs)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    PathSet workList(fs.closure.roots);
 | 
					    PathSet workList(fs.closure.roots);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue