{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1758533230,"commit_time":1758538930,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"cd20f7b6532198162ddd5bfa816a284c1ad66a7e","message":"libssh: drop two unused assigments\n\nReported in macOS clang-tidy v21.1.1 build, after enabling libssh in it:\n```\nlib/vssh/libssh.c\nlib/vssh/libssh.c:1342:9: error: Value stored to 'to_t' is never read [clang-analyzer-deadcode.DeadStores,-warnings-as-errors]\n 1342 |         to_t = STRE_OK;\n      |         ^\nlib/vssh/libssh.c:1342:9: note: Value stored to 'to_t' is never read\nlib/vssh/libssh.c:1349:9: error: Value stored to 'from_t' is never read [clang-analyzer-deadcode.DeadStores,-warnings-as-errors]\n 1349 |         from_t = STRE_OK;\n      |         ^\nlib/vssh/libssh.c:1349:9: note: Value stored to 'from_t' is never read\n2 warnings generated.\n```\nRef: https://github.com/curl/curl/actions/runs/17909917954/job/50918955923?pr=18660#step:11:182\n\nCherry-picked from #18660\nCloses #18684\n","parents":["330129c836b3ff9d904d4c0083ec4d71ac2c67c6"],"tree_hash":"1da9a66c594ca25259d030a10758878486f13439"}