Skip to content

Commit

Permalink
PDP11, VAX: Remove irrelevant #ifdefs in XQ and XU devices
Browse files Browse the repository at this point in the history
  • Loading branch information
markpizz committed May 20, 2023
1 parent efbf73f commit aa39867
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions PDP11/pdp11_xq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 0 additions & 6 deletions PDP11/pdp11_xu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa39867

Please sign in to comment.