summaryrefslogtreecommitdiffstats
path: root/libimagref
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-08 00:53:44 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-08 00:53:44 +0200
commit47ca51b895234d9ef85af853e2c98d5b7243ad83 (patch)
tree40fd8fb5b5a54eaea99aff0cf79cee81bb6a5065 /libimagref
parent18f575ebe5a5c656bead824a21ea19ab34ca0165 (diff)
Remove unused variable
Diffstat (limited to 'libimagref')
-rw-r--r--libimagref/src/lister.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagref/src/lister.rs b/libimagref/src/lister.rs
index f85e41c9..534698db 100644
--- a/libimagref/src/lister.rs
+++ b/libimagref/src/lister.rs
@@ -190,7 +190,7 @@ fn check_changed_content(r: &Ref) -> bool {
}
}
-fn check_changed_permiss(r: &Ref) -> bool {
+fn check_changed_permiss(_: &Ref) -> bool {
warn!("Permission changes tracking not supported yet.");
false
}