Commit c65fbba6 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[wasm][cleanup] Remove unused GlobalHandleAddress

R=ahaas@chromium.org

Bug: v8:7570
Change-Id: Ib21d96e2b91cac118c79f2969c9fb0d9c80701fe
Reviewed-on: https://chromium-review.googlesource.com/1002175Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52474}
parent 05ec0c40
......@@ -36,7 +36,6 @@ namespace v8 {
namespace internal {
// Import a few often used types from the wasm namespace.
using GlobalHandleAddress = wasm::GlobalHandleAddress;
using WasmFunction = wasm::WasmFunction;
using WasmModule = wasm::WasmModule;
......
......@@ -29,7 +29,6 @@ class NativeModule;
class WasmCode;
struct WasmModule;
class SignatureMap;
typedef Address GlobalHandleAddress;
using ValueType = MachineRepresentation;
using FunctionSig = Signature<ValueType>;
} // namespace wasm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment