diff options
Diffstat (limited to 'Master/texmf-dist/scripts/context/stubs/setup/setuptex.csh')
-rw-r--r-- | Master/texmf-dist/scripts/context/stubs/setup/setuptex.csh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/texmf-dist/scripts/context/stubs/setup/setuptex.csh b/Master/texmf-dist/scripts/context/stubs/setup/setuptex.csh index 62ca0356934..c1160675fb4 100644 --- a/Master/texmf-dist/scripts/context/stubs/setup/setuptex.csh +++ b/Master/texmf-dist/scripts/context/stubs/setup/setuptex.csh @@ -82,19 +82,6 @@ switch ( $system ) set platform="unknown" endsw breaksw - # OpenBSD - case OpenBSD: - switch ( $cpu ) - case i*86: - set platform="openbsd" - breaksw - case amd64: - set platform="openbsd-amd64" - breaksw - default: - set platform="unknown" - endsw - breaksw # cygwin case CYGWIN: switch ( $cpu ) |