summaryrefslogtreecommitdiff
path: root/src/test/test-tmpfiles.c
diff options
context:
space:
mode:
authorThomas H. P. Andersen <phomes@gmail.com>2016-04-23 02:49:07 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-22 20:49:07 -0400
commit0f5e13822d5b89fd36103093daf69af952bf0703 (patch)
tree7181e97eaac5458dbd6bcf2f89767b27b0508031 /src/test/test-tmpfiles.c
parent86ec5e5e29295fb2594a7899e86cda9644b98b9a (diff)
tree-wide: remove unused variables (#3098)
Diffstat (limited to 'src/test/test-tmpfiles.c')
-rw-r--r--src/test/test-tmpfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-tmpfiles.c b/src/test/test-tmpfiles.c
index 8fda0904f3..b34ebeefb2 100644
--- a/src/test/test-tmpfiles.c
+++ b/src/test/test-tmpfiles.c
@@ -33,7 +33,7 @@
int main(int argc, char** argv) {
_cleanup_free_ char *cmd = NULL, *cmd2 = NULL, *ans = NULL, *ans2 = NULL, *d = NULL, *tmp = NULL, *line = NULL;
- _cleanup_close_ int fd = -1, fd2 = -1, fd3 = -1;
+ _cleanup_close_ int fd = -1, fd2 = -1;
const char *p = argv[1] ?: "/tmp";
char *pattern;