rpc-connect: Remove cfg(unix) of SYSTEM_DEFAULT_CONNECT_POINT
When we switched this definition to use cfg_if
,
we overlooked the #[cfg(unix)]
.
Fixes #1776.
When we switched this definition to use cfg_if
,
we overlooked the #[cfg(unix)]
.
Fixes #1776.