aboutsummaryrefslogtreecommitdiff
path: root/src/backend/main/main.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-05-01 22:11:12 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-05-01 22:11:12 +0300
commitf2f9439fbfba378cb64cd6e5a046e0184cd542c6 (patch)
treee3988f7261fa523aaf0b79f0c0d25dc14b5bdd06 /src/backend/main/main.c
parent4266509c577b089627930af39f1dcd2d06b493e9 (diff)
downloadpostgresql-f2f9439fbfba378cb64cd6e5a046e0184cd542c6.tar.gz
postgresql-f2f9439fbfba378cb64cd6e5a046e0184cd542c6.zip
Remove dead ports
Remove the following ports: - dgux - nextstep - sunos4 - svr4 - ultrix4 - univel These are obsolete and not worth rescuing. In most cases, there is circumstantial evidence that they wouldn't work anymore anyway.
Diffstat (limited to 'src/backend/main/main.c')
-rw-r--r--src/backend/main/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c
index afe4efbb305..9675f5ed1f6 100644
--- a/src/backend/main/main.c
+++ b/src/backend/main/main.c
@@ -224,10 +224,6 @@ startup_hacks(const char *progname)
*/
#ifdef NOFIXADE
-#if defined(ultrix4)
- syscall(SYS_sysmips, MIPS_FIXADE, 0, NULL, NULL, NULL);
-#endif
-
#if defined(__alpha) /* no __alpha__ ? */
{
int buffer[] = {SSIN_UACPROC, UAC_SIGBUS | UAC_NOPRINT};