From 4378290f296aee8f707f9875d007388c90a5a014 Mon Sep 17 00:00:00 2001 From: Louis Thibault Date: Sat, 16 Nov 2024 02:43:25 -0500 Subject: [PATCH] Remove unused constant. --- ww.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ww.go b/ww.go index 0ee9d93..a999d5b 100644 --- a/ww.go +++ b/ww.go @@ -18,14 +18,6 @@ import ( protoutils "github.com/wetware/go/util/proto" ) -// These special exit codes are reserved by Wetware. It is assumed that a well-behaved WASM program -// will not return these exit codes. In general, we assume that the most-significant 16 bits are reserved -// for Wetware. -const ( - // ExitCodePivot - ExitCodePivot uint32 = 0x00ff0000 -) - const Version = "0.1.0" var Proto = protoutils.VersionedID{