mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed unused header. - Added ctor initialization. - Removed misleading comment.
This commit is contained in:
parent
cf051ba174
commit
169cc7b5cb
2 changed files with 3 additions and 3 deletions
|
@ -330,7 +330,6 @@ bool CmdSync::send (
|
|||
|
||||
try
|
||||
{
|
||||
// A very basic TLS client, with X.509 authentication.
|
||||
TLSClient client;
|
||||
client.debug (context.config.getInteger ("debug.tls"));
|
||||
client.trust (trust);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue