diff options
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -552,9 +552,6 @@ static val dgram_get_prop(val stream, val ind) { struct dgram_stream *d = coerce(struct dgram_stream *, stream->co.handle); - if (ind == fd_k) - return num(d->fd); - if (ind == name_k) { if (d->fd == -1) return lit("closed"); |