Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove comments from JS backend
These are notes I was taking during my merge of the JS branch
that I forgot to remove
  • Loading branch information
hoelzro committed Sep 19, 2015
1 parent a2c0550 commit 17b6555
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/vm/js/nqp-runtime/deserialization.js
Expand Up @@ -394,13 +394,6 @@ BinaryCursor.prototype.contextEntry = function(contextsData) {

/** Read a whole serialization context */
BinaryCursor.prototype.deserialize = function(sc) {
// XXX varint encoding is different (there's an NYI bit...see if it's impl'd later on)
// XXX stable serialization has changed

// XXX writing/reading refs where !IS_CONCRETE looks different
// XXX read_discrim
// XXX deserialize_method_cache_lazy
// XXX parameterized types
var version = this.I32();

this.sc = sc;
Expand Down

0 comments on commit 17b6555

Please sign in to comment.