Skip to content

Commit

Permalink
Remove Solaris port(3C) support.
Browse files Browse the repository at this point in the history
Solaris is just not relevant to ongoing development.
  • Loading branch information
caladri committed Jan 28, 2016
1 parent 7511fb4 commit 7c5bfad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 233 deletions.
229 changes: 0 additions & 229 deletions event/event_poll_port.cc

This file was deleted.

4 changes: 0 additions & 4 deletions event/lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ ifeq "${OSNAME}" "Interix"
USE_POLL= select
endif

ifeq "${OSNAME}" "SunOS"
USE_POLL= port
endif

ifndef USE_POLL
USE_POLL= poll
endif
Expand Down

0 comments on commit 7c5bfad

Please sign in to comment.