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:
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)
*/
/*