mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Removes unused format string insertion in launcher.c.
This commit is contained in:
		
							parent
							
								
									a654510150
								
							
						
					
					
						commit
						13be8c2691
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -260,7 +260,7 @@ directory\n",
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                        else if (find_existing_python(ip->executable)) {
 | 
					                        else if (find_existing_python(ip->executable)) {
 | 
				
			||||||
                            debug(L"locate_pythons_for_key: %s: already \
 | 
					                            debug(L"locate_pythons_for_key: %s: already \
 | 
				
			||||||
found: %s\n", ip->executable);
 | 
					found\n", ip->executable);
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                        else {
 | 
					                        else {
 | 
				
			||||||
                            /* check the executable type. */
 | 
					                            /* check the executable type. */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue