From 5426f3bcd1a5ae4fc4b3b831b41c0d667a17e525 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 30 Oct 2020 18:22:16 +0100 Subject: removed unused code --- trillian.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'trillian.go') diff --git a/trillian.go b/trillian.go index 147c5bd..0912af7 100644 --- a/trillian.go +++ b/trillian.go @@ -81,7 +81,3 @@ func checkHashPath(hashSize int, path [][]byte) (int, error) { } // maybe redundant, but would not necessarily be caught by marshal error return 0, nil } - -func checkLogRoot(hashSize int, rootHash []byte) (int, error) { - return 0, nil -} -- cgit v1.2.3