From 2ead607c0e2298a81dc27d2b04b114242fc48634 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Mon, 7 Mar 2016 12:47:53 -0600 Subject: Remove now-unnecessary signature index from export --- BinaryEncoding.md | 1 - 1 file changed, 1 deletion(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 68e8ab4..7752997 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -187,7 +187,6 @@ This section must be preceded by a [Functions](#functions-section) section. #### Export entry | Field | Type | Description | | ----- | ----- | ----- | -| sig_index | `uint16` | signature index of the export | | func_index | `uint16` | index into the function table | | function_len | `varuint32` | function string length | | function_str | `bytes` | function string of `function_len` bytes | -- cgit v1.2.3