From 0d148a33b2cf79289770b4c7f5b869955e24c258 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Mon, 17 Aug 2015 16:53:23 -0500 Subject: Remove dangling reference Should have been removed with the original PR that removed the referent. --- BinaryEncoding.md | 1 - 1 file changed, 1 deletion(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index f360d62..ddc6923 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -105,7 +105,6 @@ All strings are encoded as null-terminated UTF8. * Use a preorder encoding of the AST * Efficient single-pass validation+compilation and polyfill - * Allows context-dependent index spaces (described above) * The data of a node (if there is any), is written immediately after the opcode and before child nodes * The opcode statically determines what follows, so no generic metadata is necessary. * Examples -- cgit v1.2.3