chiark / gitweb /
tree-wide: drop unused variables
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 25 May 2018 09:09:01 +0000 (18:09 +0900)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
Follow-ups for #8620.

src/basic/fd-util.c

index 9b2fd332b484a0f84d4d6ba9ecaafe69f1ae0420..ed82cd6283cf4463b86d5c19cdb3f253fcc5e2bb 100644 (file)
@@ -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;