[WebAssembly] Remove redundant code added in rL354538. NFC.
authorSam Clegg <sbc@chromium.org>
Thu, 21 Feb 2019 01:33:26 +0000 (01:33 +0000)
committerSam Clegg <sbc@chromium.org>
Thu, 21 Feb 2019 01:33:26 +0000 (01:33 +0000)
commitf8d736f1dc09025735c8020501d9817032ca7e01
tree9e0bb2f9aedd0876cc4fbc05966eda780e5641cf
parentb26fa705df57ee614622a40ba4bc492ed1109918
[WebAssembly] Remove redundant code added in rL354538. NFC.

The code for encoding the symbols signature into its name
was not actually being used in the final version of this change.

Differential Revision: https://reviews.llvm.org/D58482

llvm-svn: 354539
lld/wasm/SymbolTable.cpp