mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Removed unused variable
This commit is contained in:
		
							parent
							
								
									1fd4d14782
								
							
						
					
					
						commit
						5e8dbbbf9e
					
				| 
						 | 
					@ -308,11 +308,10 @@ mergesort_pixels(PixelList *head, int i) {
 | 
				
			||||||
#ifdef DEBUG
 | 
					#ifdef DEBUG
 | 
				
			||||||
static int
 | 
					static int
 | 
				
			||||||
test_sorted(PixelList *pl[3]) {
 | 
					test_sorted(PixelList *pl[3]) {
 | 
				
			||||||
    int i, n, l;
 | 
					    int i, l;
 | 
				
			||||||
    PixelList *t;
 | 
					    PixelList *t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    for (i = 0; i < 3; i++) {
 | 
					    for (i = 0; i < 3; i++) {
 | 
				
			||||||
        n = 0;
 | 
					 | 
				
			||||||
        l = 256;
 | 
					        l = 256;
 | 
				
			||||||
        for (t = pl[i]; t; t = t->next[i]) {
 | 
					        for (t = pl[i]; t; t = t->next[i]) {
 | 
				
			||||||
            if (l < t->p.a.v[i])
 | 
					            if (l < t->p.a.v[i])
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user