mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	range.c: unused function
* range.c (SET_EXCL): remove no longer used function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									3008ea2872
								
							
						
					
					
						commit
						4a91fb7a45
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		
							
								
								
									
										7
									
								
								range.c
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								range.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -31,13 +31,6 @@ static ID id_cmp, id_succ, id_beg, id_end, id_excl, id_integer_p, id_div;
 | 
			
		|||
#define RBOOL(v) ((v) ? Qtrue : Qfalse)
 | 
			
		||||
 | 
			
		||||
#define EXCL(r) RTEST(RANGE_EXCL(r))
 | 
			
		||||
static inline VALUE
 | 
			
		||||
SET_EXCL(VALUE r, VALUE v)
 | 
			
		||||
{
 | 
			
		||||
    v = RBOOL(RTEST(v));
 | 
			
		||||
    RANGE_SET_EXCL(r, v);
 | 
			
		||||
    return v;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static VALUE
 | 
			
		||||
range_failed(void)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue