Skip to content

Commit 5f4bc43

Browse files
[WebAssembly] Remove an unused using decl (NFC) (llvm#138432)
The "using" decl seems to be unused since it was first introduced in: commit a8e1135 Author: Heejin Ahn <aheejin@gmail.com> Date: Thu Jan 9 22:36:10 2025 -0800
1 parent e01cefd commit 5f4bc43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ using WebAssembly::WasmEnableEH;
401401
using WebAssembly::WasmEnableEmEH;
402402
using WebAssembly::WasmEnableEmSjLj;
403403
using WebAssembly::WasmEnableSjLj;
404-
using WebAssembly::WasmUseLegacyEH;
405404

406405
static void basicCheckForEHAndSjLj(TargetMachine *TM) {
407406

0 commit comments

Comments
 (0)