4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

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:
Corinna Vinschen 2015-12-25 21:41:52 +01:00
parent e983bd6aa4
commit 8607476cf2
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* setfacl.cc (delace): New helper function to delete a single ACE.

View File

@ -255,7 +255,7 @@ delace (aclent_t *tgt, int tcnt, int t)
int
delacl (aclent_t *tgt, int tcnt, aclent_t *src, int scnt)
{
int t, s, i;
int t, s;
for (s = 0; s < scnt; ++s)
{