X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=client.cpp;h=23892ac19038406e584241a0ee462583c9447c0b;hp=05b8e7d88fcd0b622e2386e84b83abedf0687a24;hb=f2e7dbf218365e3f47b942ea999796b2724ccc24;hpb=8fac32c4f3fde7bd2e0305dabe665187a14c1a1b diff --git a/client.cpp b/client.cpp index 05b8e7d..23892ac 100644 --- a/client.cpp +++ b/client.cpp @@ -20,11 +20,6 @@ Client::Client(int sock) { request.reserve(1024); - if (clock_gettime(CLOCK_MONOTONIC_COARSE, &connect_time) == -1) { - log_perror("clock_gettime(CLOCK_MONOTONIC_COARSE)"); - return; - } - // Find the remote address, and convert it to ASCII. sockaddr_in6 addr; socklen_t addr_len = sizeof(addr);