summaryrefslogtreecommitdiff
path: root/src/node_buffer.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-06-14 13:18:32 +0200
committerRyan Dahl <ry@tinyclouds.org>2011-06-14 13:18:32 +0200
commit5fd9adccdbe38cbebc9f10a39394d5c8c716dbc8 (patch)
treedbb80a654d02f893041d0e234321d4fce60a1c8a /src/node_buffer.h
parent1261b171295bb9847363f422238dcd7364d70e5f (diff)
downloadnode-5fd9adccdbe38cbebc9f10a39394d5c8c716dbc8.tar.gz
Remove confusing comment in node_buffer.h
Diffstat (limited to 'src/node_buffer.h')
-rw-r--r--src/node_buffer.h3
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)
*/
/*