From f80ca7a05a2affce7b02f618592981aa02e61ce7 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 14 Feb 2014 21:59:51 +0000 Subject: tool_operate: Moved required argument getting into separate function --- src/tool_operhlp.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/tool_operhlp.c') diff --git a/src/tool_operhlp.c b/src/tool_operhlp.c index a9dab9b80..a0da01c8d 100644 --- a/src/tool_operhlp.c +++ b/src/tool_operhlp.c @@ -30,19 +30,10 @@ #include "tool_cfgable.h" #include "tool_convert.h" #include "tool_operhlp.h" -#include "tool_version.h" #include "tool_metalink.h" #include "memdebug.h" /* keep this as LAST include */ -/* - * my_useragent: returns allocated string with default user agent - */ -char *my_useragent(void) -{ - return strdup( CURL_NAME "/" CURL_VERSION ); -} - /* * Print list of OpenSSL supported engines */ @@ -192,4 +183,3 @@ CURLcode get_url_file_name(char **filename, const char *url) return CURLE_OK; } - -- cgit v1.2.3