Cygwin: configure: drop unused DEF_DLL_ENTRY variable

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-01-26 17:28:04 +01:00
parent fcb32b7374
commit e0df580bf9
1 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@ esac
case "$target_cpu" in
x86_64)
DLL_ENTRY="dll_entry"
DEF_DLL_ENTRY="dll_entry"
DIN_FILE="x86_64.din"
TLSOFFSETS_H="tlsoffsets64.h"
;;
@ -76,7 +75,6 @@ case "$target_cpu" in
esac
AC_SUBST(DLL_ENTRY)
AC_SUBST(DEF_DLL_ENTRY)
AC_SUBST(DIN_FILE)
AC_SUBST(TLSOFFSETS_H)