mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Revert assert for debugging on CI
This reverts commit ac69849e49.
The bug seems to have been fixed.
			
			
This commit is contained in:
		
							parent
							
								
									7ad56fd87b
								
							
						
					
					
						commit
						c56fdaecc4
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -136,7 +136,6 @@ static void | |||
| clear_method_cache_by_id_in_class(VALUE klass, ID mid) | ||||
| { | ||||
|     VM_ASSERT(RB_TYPE_P(klass, T_CLASS) || RB_TYPE_P(klass, T_ICLASS)); | ||||
|     if (!(RB_TYPE_P(klass, T_CLASS) || RB_TYPE_P(klass, T_ICLASS))) rb_bug("type confusion"); // temporary. Remove before release
 | ||||
| 
 | ||||
|     if (LIKELY(RCLASS_EXT(klass)->subclasses == NULL)) { | ||||
|         // no subclasses
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alan Wu
						Alan Wu