aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trillian.go4
1 files changed, 0 insertions, 4 deletions
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
-}