Remove (almost) unused TmpDirName (#677)

This commit is contained in:
Andrew Ashikhmin 2022-10-12 10:45:32 +02:00 committed by GitHub
parent 0eab2a3dd1
commit 5ec6f1359d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,6 @@ import (
"github.com/ledgerwatch/erigon-lib/kv"
)
const TmpDirName = "etl-temp"
type LoadNextFunc func(originalK, k, v []byte) error
type LoadFunc func(k, v []byte, table CurrentTableReader, next LoadNextFunc) error