mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	bpo-32436: Remove a redundant assert (#5275)
This commit is contained in:
		
							parent
							
								
									d83671e996
								
							
						
					
					
						commit
						83c8675edb
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -1116,7 +1116,6 @@ hamt_node_bitmap_find(PyHamtNode_Bitmap *self, | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     idx = hamt_bitindex(self->b_bitmap, bit); |     idx = hamt_bitindex(self->b_bitmap, bit); | ||||||
|     assert(idx >= 0); |  | ||||||
|     key_idx = idx * 2; |     key_idx = idx * 2; | ||||||
|     val_idx = key_idx + 1; |     val_idx = key_idx + 1; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yury Selivanov
						Yury Selivanov