summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svr4pkg/installf/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/svr4pkg/installf/main.c')
-rw-r--r--usr/src/cmd/svr4pkg/installf/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/cmd/svr4pkg/installf/main.c b/usr/src/cmd/svr4pkg/installf/main.c
index 2d3b889c15..9d6775620a 100644
--- a/usr/src/cmd/svr4pkg/installf/main.c
+++ b/usr/src/cmd/svr4pkg/installf/main.c
@@ -358,17 +358,6 @@ main(int argc, char **argv)
exit(1);
}
-#ifdef ALLOW_EXCEPTION_PKG_LIST
- /*
- * *********************************************************************
- * this feature is removed starting with Solaris 10 - there is no built
- * in list of packages that should be run "the old way"
- * *********************************************************************
- */
- /* Until 2.9, set it from the execption list */
- if (pkginst && exception_pkg(pkginst, LINK))
- set_nonABI_symlinks();
-#endif
/*
* This maps the client filesystems into the server's space.
*/