From bd2bd5a92e00aef5a0ea7c2909818ecd3af490d9 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 17 Jan 2018 19:01:52 +0000 Subject: [PATCH] [WebAssembly] Remove non-existent method declaration. NFC. Patch by Nicholas Wilson! llvm-svn: 322732 --- lld/wasm/Writer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/wasm/Writer.cpp b/lld/wasm/Writer.cpp index ec3cf1a..5cb5d55 100644 --- a/lld/wasm/Writer.cpp +++ b/lld/wasm/Writer.cpp @@ -76,7 +76,6 @@ private: void calculateInitFunctions(); void assignIndexes(); void calculateImports(); - void calculateOffsets(); void calculateTypes(); void createOutputSegments(); void layoutMemory(); -- 2.7.4