From a5c115a64b407c371994268d42cc2ba8bbc4c922 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 Sep 2017 19:52:54 +0200 Subject: prog: move ptrSize const to test It is used only by a single test. Remove it from non-test code. --- prog/encodingexec.go | 1 - 1 file changed, 1 deletion(-) (limited to 'prog/encodingexec.go') diff --git a/prog/encodingexec.go b/prog/encodingexec.go index 5e5ba836d..eff82ff53 100644 --- a/prog/encodingexec.go +++ b/prog/encodingexec.go @@ -38,7 +38,6 @@ const ( const ( ExecBufferSize = 2 << 20 - ptrSize = 8 pageSize = 4 << 10 dataOffset = 512 << 20 ) -- cgit mrf-deployment