mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Remove two unised variables.
This commit is contained in:
		
							parent
							
								
									45c3aaba56
								
							
						
					
					
						commit
						fa658ce03d
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -220,8 +220,6 @@ char *
 | 
				
			||||||
PyOS_Readline(prompt)
 | 
					PyOS_Readline(prompt)
 | 
				
			||||||
	char *prompt;
 | 
						char *prompt;
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	int n;
 | 
					 | 
				
			||||||
	char *p;
 | 
					 | 
				
			||||||
	if (PyOS_ReadlineFunctionPointer == NULL) {
 | 
						if (PyOS_ReadlineFunctionPointer == NULL) {
 | 
				
			||||||
#ifdef WITH_READLINE
 | 
					#ifdef WITH_READLINE
 | 
				
			||||||
		if (isatty(fileno(stdin)))
 | 
							if (isatty(fileno(stdin)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue