configure: delete unused variable

Follow-up to 4d73854462 #9044

Closes #19901
This commit is contained in:
Viktor Szakats 2025-12-09 15:55:25 +01:00
parent 197904d4b1
commit 74bc0c80b3
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -4066,7 +4066,6 @@ CPPFLAGS=$o
AC_CHECK_TYPE(long long,
[AC_DEFINE(HAVE_LONGLONG, 1,
[Define to 1 if the compiler supports the 'long long' data type.])]
longlong="yes"
)
if test ${ac_cv_sizeof_curl_off_t} -lt 8; then