diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-06-14 13:18:32 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-06-14 13:18:32 +0200 |
commit | 5fd9adccdbe38cbebc9f10a39394d5c8c716dbc8 (patch) | |
tree | dbb80a654d02f893041d0e234321d4fce60a1c8a /src/node_buffer.h | |
parent | 1261b171295bb9847363f422238dcd7364d70e5f (diff) | |
download | node-5fd9adccdbe38cbebc9f10a39394d5c8c716dbc8.tar.gz |
Remove confusing comment in node_buffer.h
Diffstat (limited to 'src/node_buffer.h')
-rw-r--r-- | src/node_buffer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_buffer.h b/src/node_buffer.h index e6d47452e..88ab410da 100644 --- a/src/node_buffer.h +++ b/src/node_buffer.h @@ -33,9 +33,6 @@ namespace node { * object in javascript. The object is not totally opaque, one can access * individual bytes with [] and slice it into substrings or sub-buffers * without copying memory. - * - * // return an ascii encoded string - no memory is copied - * buffer.asciiSlice(0, 3) */ /* |