nar-accessor.cc: remove unused member NarIndexer::currentName
This commit is contained in:
		
							parent
							
								
									5ee06e612a
								
							
						
					
					
						commit
						a1f428b13b
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -28,7 +28,6 @@ struct NarIndexer : ParseSink, StringSource | |||
|     NarMember root; | ||||
|     std::stack<NarMember*> parents; | ||||
| 
 | ||||
|     std::string currentName; | ||||
|     std::string currentStart; | ||||
|     bool isExec = false; | ||||
| 
 | ||||
|  | @ -56,7 +55,7 @@ struct NarIndexer : ParseSink, StringSource | |||
| 
 | ||||
|     void createDirectory(const Path & path) override | ||||
|     { | ||||
|         createMember(path, {FSAccessor::Type::tDirectory, false, 0, 0 });  | ||||
|         createMember(path, {FSAccessor::Type::tDirectory, false, 0, 0 }); | ||||
|     } | ||||
| 
 | ||||
|     void createRegularFile(const Path & path) override | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue