]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_getparam: drop unused time() call
authorDaniel Stenberg <daniel@haxx.se>
Sun, 27 Oct 2024 10:50:48 +0000 (11:50 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Oct 2024 22:32:34 +0000 (23:32 +0100)
commit80aa1fe462fd2829bc756d77830f6e394a040381
treeff3d9003f9c39ba0ba1ed08041c9c9685eb8b623
parent398025a41fa35f3f00f4b1a5ca1755b184087053
tool_getparam: drop unused time() call

The second argument to curl_getdate() once took a time argument, but
that feature has been gone for decades, thus passing in a date there
makes no difference.

Closes #15420
src/tool_getparam.c