diff options
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index e704cd709..216693635 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -407,17 +407,6 @@ struct MaintainCount /** - * Bind a Unix domain socket to a path. - */ -void bind(int fd, const std::string & path); - -/** - * Connect to a Unix domain socket. - */ -void connect(int fd, const std::string & path); - - -/** * A Rust/Python-like enumerate() iterator adapter. * * Borrowed from http://reedbeta.com/blog/python-like-enumerate-in-cpp17. |