setfacl: Remove unused local variable
* setfacl.cc (delacl): Remove unused local variable. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		
							parent
							
								
									e983bd6aa4
								
							
						
					
					
						commit
						8607476cf2
					
				|  | @ -1,3 +1,7 @@ | ||||||
|  | 2015-12-25  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  | 
 | ||||||
|  | 	* setfacl.cc (delacl): Remove unused local variable. | ||||||
|  | 
 | ||||||
| 2015-12-21  Corinna Vinschen  <corinna@vinschen.de> | 2015-12-21  Corinna Vinschen  <corinna@vinschen.de> | ||||||
| 
 | 
 | ||||||
| 	* setfacl.cc (delace): New helper function to delete a single ACE. | 	* setfacl.cc (delace): New helper function to delete a single ACE. | ||||||
|  |  | ||||||
|  | @ -255,7 +255,7 @@ delace (aclent_t *tgt, int tcnt, int t) | ||||||
| int | int | ||||||
| delacl (aclent_t *tgt, int tcnt, aclent_t *src, int scnt) | delacl (aclent_t *tgt, int tcnt, aclent_t *src, int scnt) | ||||||
| { | { | ||||||
|   int t, s, i; |   int t, s; | ||||||
| 
 | 
 | ||||||
|   for (s = 0; s < scnt; ++s) |   for (s = 0; s < scnt; ++s) | ||||||
|     { |     { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue