Remove unused code.

This commit is contained in:
Holger Vogt 2025-01-11 16:16:03 +01:00
parent 212660c7e9
commit be7ee7aa72
1 changed files with 0 additions and 5 deletions

View File

@ -1325,11 +1325,6 @@ fi
AC_CHECK_HEADERS([ncurses/termcap.h termcap.h])
AC_CHECK_HEADERS([sys/sysctl.h])
# --enable-openmp: Use OpenMP on multi-core processors
AC_ARG_ENABLE([openmp],
[AS_HELP_STRING([--enable-openmp], [Use OpenMP parallel processing])])
# Add OpenMP to ngspice.
: ${enable_openmp:=yes}
m4_ifdef([AC_OPENMP], [AC_OPENMP])