Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / curl_endian.c
index bcd66ed..eb536de 100644 (file)
@@ -138,7 +138,6 @@ unsigned int Curl_read32_be(unsigned char *buf)
          ((unsigned int)buf[2] << 8) | ((unsigned int)buf[3]);
 }
 
-#if (CURL_SIZEOF_CURL_OFF_T > 4)
 /*
  * Curl_read64_be()
  *
@@ -174,8 +173,6 @@ unsigned __int64 Curl_read64_be(unsigned char *buf)
 }
 #endif
 
-#endif /* CURL_SIZEOF_CURL_OFF_T > 4 */
-
 /*
  * Curl_write16_le()
  *