[lld] r322732 - [WebAssembly] Remove non-existent method declaration. NFC.
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 11:01:52 PST 2018
Author: sbc
Date: Wed Jan 17 11:01:52 2018
New Revision: 322732
URL: http://llvm.org/viewvc/llvm-project?rev=322732&view=rev
Log:
[WebAssembly] Remove non-existent method declaration. NFC.
Patch by Nicholas Wilson!
Modified:
lld/trunk/wasm/Writer.cpp
Modified: lld/trunk/wasm/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/wasm/Writer.cpp?rev=322732&r1=322731&r2=322732&view=diff
==============================================================================
--- lld/trunk/wasm/Writer.cpp (original)
+++ lld/trunk/wasm/Writer.cpp Wed Jan 17 11:01:52 2018
@@ -76,7 +76,6 @@ private:
void calculateInitFunctions();
void assignIndexes();
void calculateImports();
- void calculateOffsets();
void calculateTypes();
void createOutputSegments();
void layoutMemory();
More information about the llvm-commits
mailing list