1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

PDP11, VAX: Remove irrelevant #ifdefs in XQ and XU devices

This commit is contained in:
Mark Pizzolato 2023-05-19 16:58:13 -10:00
parent efbf73f384
commit aa39867349
2 changed files with 0 additions and 12 deletions

View File

@ -3388,12 +3388,6 @@ const char helpString[] =
" on the local LAN, the libpcap development package must be installed on\n"
" the system which builds the simulator.\n"
"\n"
#if defined(__APPLE__)
#else
#if defined(__linux__)
#else
#endif
#endif
#endif
"1 Privileges Required\n"
#if defined(_WIN32)

View File

@ -2068,12 +2068,6 @@ const char helpString[] =
" on the local LAN, the libpcap development package must be installed on\n"
" the system which builds the simulator.\n"
"\n"
#if defined(__APPLE__)
#else
#if defined(__linux__)
#else
#endif
#endif
#endif
"1 Privileges Required\n"
#if defined(_WIN32)