 
            
            
            
            
                17 Oct
                
                    2017
                
            
            
                17 Oct
                
                '17
                
            
            
            
        
    
                2:16 p.m.
            
        On Tue, 17 Oct 2017 13:53:21 +0200, Colin King wrote:
From: Colin Ian King colin.king@canonical.com
The assignment to variable i is redundant as it is never read because it is updated a little later on. Remove this assignment. Cleans up clang warning: Value stored to 'i' is never read
Signed-off-by: Colin Ian King colin.king@canonical.com
Applied, thanks.
Takashi