Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-06-14 15:18:32 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-06-14 15:18:32 +0400
commit5fd9adccdbe38cbebc9f10a39394d5c8c716dbc8 (patch)
treedbb80a654d02f893041d0e234321d4fce60a1c8a /src/node_buffer.h
parent1261b171295bb9847363f422238dcd7364d70e5f (diff)
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 e6d47452e93..88ab410da5e 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)
*/
/*