From 814a16e5d5ab93591eebc7c24b650fe36158d541 Mon Sep 17 00:00:00 2001 From: Pepper Lebeck-Jobe Date: Thu, 17 Oct 2024 20:58:27 +0200 Subject: [PATCH] Remove unused type. --- util/chk/positive.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/chk/positive.go b/util/chk/positive.go index 3cfddda056..025fa16a44 100644 --- a/util/chk/positive.go +++ b/util/chk/positive.go @@ -106,8 +106,6 @@ import ( "errors" ) -type pos64 uint64 - // Pos64 is a type which represents a positive uint64. // // The "zero" value of Pos64 is 1.