Delete unused code (Jude Rich <juder11@gmail.com>)
This commit is contained in:
		
							parent
							
								
									02424b1f84
								
							
						
					
					
						commit
						bf4816c9c6
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -2482,14 +2482,6 @@ void argptest(char *s)
 | 
			
		|||
  close(fd);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
unsigned long randstate = 1;
 | 
			
		||||
unsigned int
 | 
			
		||||
rand()
 | 
			
		||||
{
 | 
			
		||||
  randstate = randstate * 1664525 + 1013904223;
 | 
			
		||||
  return randstate;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// check that there's an invalid page beneath
 | 
			
		||||
// the user stack, to catch stack overflow.
 | 
			
		||||
void
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue