diff options
Diffstat (limited to 'test/binaryen.js/custom-section.js.txt')
-rw-r--r-- | test/binaryen.js/custom-section.js.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/binaryen.js/custom-section.js.txt b/test/binaryen.js/custom-section.js.txt index 7ac835fdf..e4e8e85d6 100644 --- a/test/binaryen.js/custom-section.js.txt +++ b/test/binaryen.js/custom-section.js.txt @@ -3,7 +3,6 @@ #include <map> #include "binaryen-c.h" int main() { - std::map<size_t, BinaryenFunctionTypeRef> functionTypes; std::map<size_t, BinaryenExpressionRef> expressions; std::map<size_t, BinaryenFunctionRef> functions; std::map<size_t, BinaryenGlobalRef> globals; |