refactor: Remove zombie http-session variable

master
Sean McBride 3 years ago
parent 50c7413f00
commit 04b7f4d2df

@ -81,8 +81,6 @@ current_sandbox_wasm_trap_handler(int trapno)
struct sandbox *sandbox = current_sandbox_get(); struct sandbox *sandbox = current_sandbox_get();
sandbox_syscall(sandbox); sandbox_syscall(sandbox);
struct http_session *session = sandbox->http;
switch (trapno) { switch (trapno) {
case WASM_TRAP_INVALID_INDEX: case WASM_TRAP_INVALID_INDEX:
error_message = "WebAssembly Trap: Invalid Index\n"; error_message = "WebAssembly Trap: Invalid Index\n";

Loading…
Cancel
Save