Update main.c

This commit is contained in:
Wizzard 2024-03-08 07:31:04 -05:00
parent 56935c581e
commit 9166f46514
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ static size_t write_data(void *ptr, size_t size, size_t nmemb, FILE *stream) {
}
int download_vpn_list(const char *url, const char *output_path) {
printf("Downloading VPN lists...\n");
struct stat fileInfo;
time_t now;
double hours;