summaryrefslogtreecommitdiff
path: root/ext/socket/ancdata.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-01 18:45:57 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-01 18:45:57 +0000
commitd516a3e4710d0583317dbf8d068242b27948435c (patch)
tree67254dd63faf87268402de217c9abc8dc265d172 /ext/socket/ancdata.c
parent2f8b6234cd5b5a6b1bd5e2abdd07813e81f6e0c5 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket/ancdata.c')
-rw-r--r--ext/socket/ancdata.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/socket/ancdata.c b/ext/socket/ancdata.c
index 78dcba70c3..e4b616767a 100644
--- a/ext/socket/ancdata.c
+++ b/ext/socket/ancdata.c
@@ -281,9 +281,6 @@ ancillary_unix_rights(VALUE self)
* - SOL_SOCKET/SCM_TIMESTAMPNS (nano second) GNU/Linux
* - SOL_SOCKET/SCM_BINTIME (2**(-64) second) FreeBSD
*
- * Note that Time cannot represent SCM_BINTIME timestamps accurately
- * because Time represents a time in nano second granularity.
- *
* Addrinfo.udp("127.0.0.1", 0).bind {|s1|
* Addrinfo.udp("127.0.0.1", 0).bind {|s2|
* s1.setsockopt(:SOCKET, :TIMESTAMP, true)