summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-25 18:09:01 +0900
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit0dab96c1afd1778dd9f1a2c7217ecdfe6dd95614 (patch)
treefa95df427ac42d36dfee5208d4cfac9377938c3f /src
parentd4bced839189d09e4fbcef01ee624df0c1946911 (diff)
tree-wide: drop unused variables
Follow-ups for #8620.
Diffstat (limited to 'src')
-rw-r--r--src/basic/fd-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/fd-util.c b/src/basic/fd-util.c
index 9b2fd332b..ed82cd628 100644
--- a/src/basic/fd-util.c
+++ b/src/basic/fd-util.c
@@ -579,7 +579,6 @@ int fd_duplicate_data_fd(int fd) {
_cleanup_close_ int copy_fd = -1, tmp_fd = -1;
_cleanup_free_ void *remains = NULL;
- _cleanup_free_ char *t = NULL;
size_t remains_size = 0;
const char *td;
struct stat st;